From: Miles Bader Date: Wed, 11 Oct 2000 10:39:08 +0000 (+0000) Subject: (region): Make dark-background `region' face less in-your-face. X-Git-Tag: emacs-pretest-21.0.90~971 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2af966f9adacaa8b96087b994d5f274b6187cbff;p=emacs.git (region): Make dark-background `region' face less in-your-face. --- 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")))