From 2af966f9adacaa8b96087b994d5f274b6187cbff Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 11 Oct 2000 10:39:08 +0000 Subject: [PATCH] (region): Make dark-background `region' face less in-your-face. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index c847d9f71a7..fc026154e21 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1575,7 +1575,7 @@ created." (((type tty) (class mono)) (:inverse-video t)) (((class color) (background dark)) - (:background "blue")) + (:background "blue3")) (((class color) (background light)) (:background "light goldenrod yellow")) (t (:background "gray"))) -- 2.39.5