Mercurial > emacs
changeset 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 | cff126affe7f |
children | 9ac5b019b785 |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))