(font-lock-comment-face): Change dark-background,

color, non-tty, default to `chocolate1'.
This commit is contained in:
Miles Bader 2000-10-15 02:31:42 +00:00
parent 9b0903793d
commit 86b7fcbb0c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-10-15 Miles Bader <miles@gnu.org>
* font-lock.el (font-lock-comment-face): Change dark-background,
color, non-tty, default to `chocolate1'.
2000-10-13 John Wiegley <johnw@gnu.org>
* eshell/esh-util.el (require): Added a missing `require' form,

View file

@ -1859,7 +1859,7 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
(((class grayscale) (background dark))
(:foreground "LightGray" :bold t :italic t))
(((class color) (background light)) (:foreground "Firebrick"))
(((class color) (background dark)) (:foreground "OrangeRed"))
(((class color) (background dark)) (:foreground "chocolate1"))
(t (:bold t :italic t)))
"Font Lock mode face used to highlight comments."
:group 'font-lock-highlighting-faces)