summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-06-28 20:19:02 +0000
committerGerd Moellmann <gerd@gnu.org>2000-06-28 20:19:02 +0000
commit0a9c90a068f0c7a9da2429ec2b17116efca4acd4 (patch)
tree4b998b37c79565101f8a34c8441d5c3264c40e4c /lisp
parentd0d57043ae8f74706953035008e5a90093715eeb (diff)
downloademacs-0a9c90a068f0c7a9da2429ec2b17116efca4acd4.tar.gz
(region): Change background color for light background.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 257ac51c50a..3dc579ec0cc 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1550,7 +1550,7 @@ created."
(((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)