1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

Added defaults for grayscale font-lock-reference-face.

This commit is contained in:
Simon Marshall 1994-12-01 14:00:16 +00:00
parent b394796763
commit 0caef3e3b7

View 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")