From b778ed18b633229024335b50efec72497a7c6e9b Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Wed, 21 Sep 2005 18:53:07 +0000 Subject: [PATCH] (rxvt-standard-colors): Fix some colors. --- lisp/ChangeLog | 4 ++++ lisp/term/rxvt.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b96ffc0666e..c61ea679cd9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-09-21 Dan Nicolaescu + + * term/rxvt.el (rxvt-standard-colors): Fix some colors. + 2005-09-20 Michael Kifer * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt. diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index ee0e31abdba..05949177803 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el @@ -176,8 +176,8 @@ ("blue" 4 ( 0 0 205)) ; blue3 ("magenta" 5 (205 0 205)) ; magenta3 ("cyan" 6 ( 0 205 205)) ; cyan3 - ("white" 7 (250 235 215)) ; AntiqueWhite - ("brightblack" 8 ( 64 64 64)) ; gray25 + ("white" 7 (229 229 229)) ; gray90 + ("brightblack" 8 ( 77 77 77)) ; gray30 ("brightred" 9 (255 0 0)) ; red ("brightgreen" 10 ( 0 255 0)) ; green ("brightyellow" 11 (255 255 0)) ; yellow -- 2.39.5