diff options
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) |