summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-07-04 16:00:56 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-07-04 16:00:56 -0400
commit2f11b3f1ced845106f0aac930337c6e38725918d (patch)
tree64715b6d5e3f2811411904c4e0983221c1d7da03 /lisp/font-lock.el
parentcabf1cac90043cd356d7adf1d6885687ab01964c (diff)
downloademacs-2f11b3f1ced845106f0aac930337c6e38725918d.tar.gz
emacs-2f11b3f1ced845106f0aac930337c6e38725918d.tar.bz2
emacs-2f11b3f1ced845106f0aac930337c6e38725918d.zip
* font-lock.el (font-lock-builtin-face): Change light background color
to dark slate blue. Fixes: debbugs:6693
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index e4dc6f11479..3743dd54b7a 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -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"))