]> git.eshelyaron.com Git - emacs.git/commitdiff
* font-lock.el (font-lock-string-face, font-lock-builtin-face)
authorChong Yidong <cyd@stupidchicken.com>
Sun, 2 Aug 2009 14:20:02 +0000 (14:20 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 2 Aug 2009 14:20:02 +0000 (14:20 +0000)
(font-lock-variable-name-face, font-lock-constant-face): Darken
the colors for light backgrounds.

lisp/ChangeLog
lisp/font-lock.el

index 1b2180aef81131487c9177b3ff3e4f55af50a2fc..de88dfbca6bd5fb77de53af2d1f785ef12e719b1 100644 (file)
@@ -1,3 +1,9 @@
+2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * font-lock.el (font-lock-string-face, font-lock-builtin-face)
+       (font-lock-variable-name-face, font-lock-constant-face): Darken
+       the colors for light backgrounds.
+
 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
index ccbf09b75ea85256aa7e52bd60cbc9ee9d66ce32..45e8a70ee6d00bb02bee25c213c8479c4d7ed018 100644 (file)
@@ -1872,7 +1872,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
 (defface font-lock-string-face
   '((((class grayscale) (background light)) (:foreground "DimGray" :slant italic))
     (((class grayscale) (background dark)) (:foreground "LightGray" :slant italic))
-    (((class color) (min-colors 88) (background light)) (:foreground "RosyBrown"))
+    (((class color) (min-colors 88) (background light)) (:foreground "VioletRed4"))
     (((class color) (min-colors 88) (background dark)) (:foreground "LightSalmon"))
     (((class color) (min-colors 16) (background light)) (:foreground "RosyBrown"))
     (((class color) (min-colors 16) (background dark)) (:foreground "LightSalmon"))
@@ -1901,7 +1901,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
 (defface font-lock-builtin-face
   '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))
     (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
-    (((class color) (min-colors 88) (background light)) (:foreground "Orchid"))
+    (((class color) (min-colors 88) (background light)) (:foreground "MediumOrchid4"))
     (((class color) (min-colors 88) (background dark)) (:foreground "LightSteelBlue"))
     (((class color) (min-colors 16) (background light)) (:foreground "Orchid"))
     (((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue"))
@@ -1925,7 +1925,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
      (:foreground "Gray90" :weight bold :slant italic))
     (((class grayscale) (background dark))
      (:foreground "DimGray" :weight bold :slant italic))
-    (((class color) (min-colors 88) (background light)) (:foreground "DarkGoldenrod"))
+    (((class color) (min-colors 88) (background light)) (:foreground "sienna"))
     (((class color) (min-colors 88) (background dark)) (:foreground "LightGoldenrod"))
     (((class color) (min-colors 16) (background light)) (:foreground "DarkGoldenrod"))
     (((class color) (min-colors 16) (background dark)) (:foreground "LightGoldenrod"))
@@ -1951,7 +1951,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
      (:foreground "LightGray" :weight bold :underline t))
     (((class grayscale) (background dark))
      (:foreground "Gray50" :weight bold :underline t))
-    (((class color) (min-colors 88) (background light)) (:foreground "CadetBlue"))
+    (((class color) (min-colors 88) (background light)) (:foreground "dark cyan"))
     (((class color) (min-colors 88) (background dark)) (:foreground "Aquamarine"))
     (((class color) (min-colors 16) (background light)) (:foreground "CadetBlue"))
     (((class color) (min-colors 16) (background dark)) (:foreground "Aquamarine"))