]> code.delx.au - gnu-emacs/commitdiff
(region): Make dark-background `region' face less in-your-face.
authorMiles Bader <miles@gnu.org>
Wed, 11 Oct 2000 10:39:08 +0000 (10:39 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 11 Oct 2000 10:39:08 +0000 (10:39 +0000)
lisp/faces.el

index c847d9f71a7102f71d35171a350f24bb8c365369..fc026154e2114f74b80aff48b9209adfc95b208a 100644 (file)
@@ -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")))