diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-05 16:25:21 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-05 16:25:21 +0200 |
commit | bad327838e4dc10e22960faa0e9d830a5f8242f9 (patch) | |
tree | 99b74ba36591a9c00167ef53dedaac9abffaede4 /lisp/font-lock.el | |
parent | a1479eac569994eda72c24d4d0061e876a039881 (diff) | |
download | emacs-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.el | 2 |
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))) |