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:
parent
b394796763
commit
0caef3e3b7
1 changed files with 3 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue