changeset 38056:f912becdb93a

(font-lock-comment-face): For tty's with dark background, use "red1", since "lightred" is not one of the colors recognized by tty-colors.el.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 15 Jun 2001 10:14:23 +0000
parents 5b595b92482d
children 3d4a43468e1f
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Fri Jun 15 10:12:26 2001 +0000
+++ b/lisp/font-lock.el	Fri Jun 15 10:14:23 2001 +0000
@@ -1815,7 +1815,7 @@
 ;; faces declared above via `custom-declare-face'.
 (defface font-lock-comment-face
   '((((type tty pc) (class color) (background light)) (:foreground "red"))
-    (((type tty pc) (class color) (background dark)) (:foreground "lightred"))
+    (((type tty pc) (class color) (background dark)) (:foreground "red1"))
     (((class grayscale) (background light))
      (:foreground "DimGray" :bold t :italic t))
     (((class grayscale) (background dark))