]> git.eshelyaron.com Git - emacs.git/commitdiff
Added defaults for grayscale font-lock-reference-face.
authorSimon Marshall <simon@gnu.org>
Thu, 1 Dec 1994 14:00:16 +0000 (14:00 +0000)
committerSimon Marshall <simon@gnu.org>
Thu, 1 Dec 1994 14:00:16 +0000 (14:00 +0000)
lisp/font-lock.el

index 6835d9c0863e9efc75f8bd8bc4ee872a1c1b4db5..5782fb0522f180cd5789185a8e257c68213d667c 100644 (file)
@@ -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")