Mercurial > emacs
changeset 32378:df733fbcda8a
(region): Make dark-background `region' face less in-your-face.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 11 Oct 2000 10:39:08 +0000 |
parents | a7019406d2ee |
children | b093e382628d |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Wed Oct 11 10:02:10 2000 +0000 +++ b/lisp/faces.el Wed Oct 11 10:39:08 2000 +0000 @@ -1575,7 +1575,7 @@ (((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")))