summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-05 16:25:21 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2011-07-05 16:25:21 +0200
commitbad327838e4dc10e22960faa0e9d830a5f8242f9 (patch)
tree99b74ba36591a9c00167ef53dedaac9abffaede4 /lisp/font-lock.el
parenta1479eac569994eda72c24d4d0061e876a039881 (diff)
downloademacs-bad327838e4dc10e22960faa0e9d830a5f8242f9.tar.gz
* font-lock.el (font-lock-builtin-face): Change from Orchid to
MediumBlue on light-coloured backgrounds to avoid confusion with the doc string. 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 3743dd54b7a..2175aee03df 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1906,7 +1906,7 @@ Sets various variables using `font-lock-defaults' and
(((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
(((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 light)) (:foreground "MediumBlue"))
(((class color) (min-colors 16) (background dark)) (:foreground "LightSteelBlue"))
(((class color) (min-colors 8)) (:foreground "blue" :weight bold))
(t (:weight bold)))