]> git.eshelyaron.com Git - emacs.git/commitdiff
* font-lock.el (font-lock-builtin-face): Change light background color
authorChong Yidong <cyd@stupidchicken.com>
Mon, 4 Jul 2011 20:00:56 +0000 (16:00 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 4 Jul 2011 20:00:56 +0000 (16:00 -0400)
to dark slate blue.

Fixes: debbugs:6693
lisp/ChangeLog
lisp/ChangeLog.15
lisp/font-lock.el

index 2be81a92c90231f888c4eb0aeb7685dac7fdd7b8..4532eb64d9c75b18adf17f50b4ff9b0e3703b5dc 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * font-lock.el (font-lock-builtin-face): Change light background
+       color to dark slate blue (Bug#6693).
+
 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
 
        * progmodes/gdb-mi.el (gdb): Use completion-at-point.
index 3cb6c00b6ee14e3250fba3dc0d3fd4f440481b9a..190be56dd09028a5e9b02b65402541a8112460ce 100644 (file)
 
        * dabbrev.el (dabbrev-completion): Fix typo in docstring.
 
-2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
+2010-08-08  MON KEY  <monkey@sandpframing.com>
 
        * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
        Fix typo in docstring (bug#6747).
index e4dc6f11479154fcab78c6a058d138426125e695..3743dd54b7a25455aa8da11518c287e55dd38278 100644 (file)
@@ -1904,7 +1904,7 @@ Sets various variables using `font-lock-defaults' and
 (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 "MediumOrchid4"))
+    (((class color) (min-colors 88) (background light)) (:foreground "dark slate blue"))
     (((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"))