From 04b8b38245266bd0299275e3307efad03402fe13 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 15 Apr 2002 06:16:28 +0000 Subject: [PATCH] (highlight): Force foreground to be black on a tty, so this face is readable on a dark-background tty. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5