Mercurial > emacs
changeset 65639:f552d54d9430
(rxvt-standard-colors): Fix some colors.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 21 Sep 2005 18:53:07 +0000 |
parents | e274642bf5d5 |
children | 906677409870 |
files | lisp/ChangeLog lisp/term/rxvt.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Sep 21 11:40:15 2005 +0000 +++ b/lisp/ChangeLog Wed Sep 21 18:53:07 2005 +0000 @@ -1,3 +1,7 @@ +2005-09-21 Dan Nicolaescu <dann@ics.uci.edu> + + * term/rxvt.el (rxvt-standard-colors): Fix some colors. + 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu> * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
--- a/lisp/term/rxvt.el Wed Sep 21 11:40:15 2005 +0000 +++ b/lisp/term/rxvt.el Wed Sep 21 18:53:07 2005 +0000 @@ -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