]> git.eshelyaron.com Git - emacs.git/commitdiff
(region): Change the background color for the
authorEli Zaretskii <eliz@gnu.org>
Fri, 29 Jun 2001 17:40:38 +0000 (17:40 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 29 Jun 2001 17:40:38 +0000 (17:40 +0000)
light-background color display to lightgoldenrod2, to make it
visible on some laptops.

lisp/ChangeLog
lisp/faces.el

index 245e9e30feb1df83a936a2c76c3039dffbc7d472..72a8ab473c9df0a9d9348a460b9e4cf6c875617e 100644 (file)
@@ -1,3 +1,9 @@
+2001-06-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * faces.el (region): Change the background color for the
+       light-background color display to lightgoldenrod2, to make it
+       visible on some laptops.
+
 2001-06-28  Richard M. Stallman  <rms@gnu.org>
 
        * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
index ce97ed1ace02b996049b1b8f8797e4c485913971..4c795ef346def3eeadb680bb6cc573bda140ac3c 100644 (file)
@@ -1695,7 +1695,7 @@ created."
     (((class color) (background dark))
      (:background "blue3"))
     (((class color) (background light))
-     (:background "light goldenrod yellow"))
+     (:background "lightgoldenrod2"))
     (t (:background "gray")))
   "Basic face for highlighting the region."
   :version "21.1"