From: Miles Bader Date: Mon, 15 Apr 2002 06:16:28 +0000 (+0000) Subject: (highlight): Force foreground to be black on a tty, so this face is X-Git-Tag: ttn-vms-21-2-B4~15613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04b8b38245266bd0299275e3307efad03402fe13;p=emacs.git (highlight): Force foreground to be black on a tty, so this face is readable on a dark-background tty. --- diff --git a/lisp/faces.el b/lisp/faces.el index 932e0f3f6e4..de049f7f097 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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))