changeset 29976:293c4c4ee387

(region): Change background color for light background.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 28 Jun 2000 20:19:02 +0000
parents d9bd335bf39a
children ebf68f69b586
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Wed Jun 28 15:33:59 2000 +0000
+++ b/lisp/faces.el	Wed Jun 28 20:19:02 2000 +0000
@@ -1550,7 +1550,7 @@
     (((class color) (background dark))
      (:background "blue"))
     (((class color) (background light))
-     (:background "lightblue"))
+     (:background "light goldenrod yellow"))
     (t (:background "gray")))
   "Basic face for highlighting the region."
   :group 'basic-faces)