From 0caef3e3b79f49d4fbda8b32ff16a2f2921844dd Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Thu, 1 Dec 1994 14:00:16 +0000 Subject: [PATCH] Added defaults for grayscale font-lock-reference-face. --- lisp/font-lock.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 6835d9c0863..5782fb0522f 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -262,7 +262,9 @@ See `font-lock-make-face' and `list-faces-display'." (list 'font-lock-variable-name-face (if light-bg "DimGray" "Gray90") nil t t nil) (list 'font-lock-type-face - (if light-bg "DimGray" "Gray80") nil t nil t))) + (if light-bg "DimGray" "Gray80") nil t nil t) + (list 'font-lock-reference-face + (if light-bg "Gray50" "LightGray") nil t nil t))) (light-bg ; light colour background '((font-lock-comment-face "Firebrick") (font-lock-string-face "RosyBrown") -- 2.11.4.GIT