]> code.delx.au - gnu-emacs/commitdiff
(rxvt-standard-colors): Fix some colors.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 21 Sep 2005 18:53:07 +0000 (18:53 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 21 Sep 2005 18:53:07 +0000 (18:53 +0000)
lisp/ChangeLog
lisp/term/rxvt.el

index b96ffc0666e0aff5a016fb1d830f4268dd9a14ad..c61ea679cd99d887622f73f08674a08be68d3ed7 100644 (file)
@@ -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.
index ee0e31abdba5813853bc354911b5502ec7d0ba40..059491778031f9116ffbdaa137df1af8025e5893 100644 (file)
     ("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