Mercurial > emacs
diff lisp/faces.el @ 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 | 267a06bd1387 |
| children | d355f52b4497 |
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")))
