Mercurial > emacs
changeset 32474:fc8c8c50646e
(font-lock-comment-face): Change dark-background,
color, non-tty, default to `chocolate1'.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 15 Oct 2000 02:29:26 +0000 |
parents | 8e29b5f0a7ae |
children | 753586cbb758 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Sat Oct 14 20:11:53 2000 +0000 +++ b/lisp/font-lock.el Sun Oct 15 02:29:26 2000 +0000 @@ -1859,7 +1859,7 @@ (((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)