From: Miles Bader Date: Sun, 15 Oct 2000 02:31:42 +0000 (+0000) Subject: (font-lock-comment-face): Change dark-background, X-Git-Tag: emacs-pretest-21.0.90~891 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86b7fcbb0c141f7b43d17557da6ff9c8a8716812;p=emacs.git (font-lock-comment-face): Change dark-background, color, non-tty, default to `chocolate1'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d3932cb7b1..cdc832c08b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-10-15 Miles Bader + + * font-lock.el (font-lock-comment-face): Change dark-background, + color, non-tty, default to `chocolate1'. + 2000-10-13 John Wiegley * eshell/esh-util.el (require): Added a missing `require' form, diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 463c94e2127..54dfe17de5a 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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)