diff options
| author | Simon Marshall | 1994-12-01 14:00:16 +0000 |
|---|---|---|
| committer | Simon Marshall | 1994-12-01 14:00:16 +0000 |
| commit | 0caef3e3b79f49d4fbda8b32ff16a2f2921844dd (patch) | |
| tree | e2f3349d644943fbfb5a784ed0ee6b6ace1e524f | |
| parent | b394796763ce806608bc552b48c57416053fe2c1 (diff) | |
| download | emacs-0caef3e3b79f49d4fbda8b32ff16a2f2921844dd.tar.gz emacs-0caef3e3b79f49d4fbda8b32ff16a2f2921844dd.zip | |
Added defaults for grayscale font-lock-reference-face.
| -rw-r--r-- | lisp/font-lock.el | 4 |
1 files changed, 3 insertions, 1 deletions
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'." | |||
| 262 | (list 'font-lock-variable-name-face | 262 | (list 'font-lock-variable-name-face |
| 263 | (if light-bg "DimGray" "Gray90") nil t t nil) | 263 | (if light-bg "DimGray" "Gray90") nil t t nil) |
| 264 | (list 'font-lock-type-face | 264 | (list 'font-lock-type-face |
| 265 | (if light-bg "DimGray" "Gray80") nil t nil t))) | 265 | (if light-bg "DimGray" "Gray80") nil t nil t) |
| 266 | (list 'font-lock-reference-face | ||
| 267 | (if light-bg "Gray50" "LightGray") nil t nil t))) | ||
| 266 | (light-bg ; light colour background | 268 | (light-bg ; light colour background |
| 267 | '((font-lock-comment-face "Firebrick") | 269 | '((font-lock-comment-face "Firebrick") |
| 268 | (font-lock-string-face "RosyBrown") | 270 | (font-lock-string-face "RosyBrown") |