From bad327838e4dc10e22960faa0e9d830a5f8242f9 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 5 Jul 2011 16:25:21 +0200 Subject: * 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 --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/font-lock.el') 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))) -- cgit v1.2.1