changeset 10099:71e0c3ece2fe

Added defaults for grayscale font-lock-reference-face.
author Simon Marshall <simon@gnu.org>
date Thu, 01 Dec 1994 14:00:16 +0000
parents 62d0ba6a531b
children 461530f66e34
files lisp/font-lock.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Wed Nov 30 22:13:56 1994 +0000
+++ b/lisp/font-lock.el	Thu Dec 01 14:00:16 1994 +0000
@@ -262,7 +262,9 @@
 		      (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")