diff lisp/faces.el @ 44590:59d5728240b3

(highlight): Force foreground to be black on a tty, so this face is readable on a dark-background tty.
author Miles Bader <miles@gnu.org>
date Mon, 15 Apr 2002 06:16:28 +0000
parents d15360503e4e
children fe167023fdf0
line wrap: on
line diff
--- a/lisp/faces.el	Sun Apr 14 20:17:44 2002 +0000
+++ b/lisp/faces.el	Mon Apr 15 06:16:28 2002 +0000
@@ -1885,7 +1885,7 @@
 
 (defface highlight
   '((((type tty) (class color))
-     :background "green")
+     :background "green" :foreground "black")
     (((class color) (background light))
      :background "darkseagreen2")
     (((class color) (background dark))