diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-06-28 20:19:02 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-06-28 20:19:02 +0000 |
commit | 0a9c90a068f0c7a9da2429ec2b17116efca4acd4 (patch) | |
tree | 4b998b37c79565101f8a34c8441d5c3264c40e4c /lisp | |
parent | d0d57043ae8f74706953035008e5a90093715eeb (diff) | |
download | emacs-0a9c90a068f0c7a9da2429ec2b17116efca4acd4.tar.gz |
(region): Change background color for light background.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/faces.el | 2 |
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) |