]> git.eshelyaron.com Git - emacs.git/commitdiff
(highlight): Force foreground to be black on a tty, so this face is
authorMiles Bader <miles@gnu.org>
Mon, 15 Apr 2002 06:16:28 +0000 (06:16 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 15 Apr 2002 06:16:28 +0000 (06:16 +0000)
readable on a dark-background tty.

lisp/faces.el

index 932e0f3f6e43291f154c11ad97977b1ccee2b4a2..de049f7f0973fed5abd3761e2821aabaa075c5ad 100644 (file)
@@ -1885,7 +1885,7 @@ created."
 
 (defface highlight
   '((((type tty) (class color))
-     :background "green")
+     :background "green" :foreground "black")
     (((class color) (background light))
      :background "darkseagreen2")
     (((class color) (background dark))