# HG changeset patch # User Miles Bader # Date 1018851388 0 # Node ID 59d5728240b36c8b88793491019efa123ca94328 # Parent cff126affe7f811a4927352f433cdafa40ac098b (highlight): Force foreground to be black on a tty, so this face is readable on a dark-background tty. diff -r cff126affe7f -r 59d5728240b3 lisp/faces.el --- 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))