diff options
| -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") |