Mercurial > emacs
changeset 38233:33c2d0c59c6c
(region): Change the background color for the
light-background color display to lightgoldenrod2, to make it
visible on some laptops.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 29 Jun 2001 17:38:36 +0000 |
parents | 9cadbe46ecbe |
children | aa4a82ab70c4 |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Fri Jun 29 16:42:52 2001 +0000 +++ b/lisp/faces.el Fri Jun 29 17:38:36 2001 +0000 @@ -1695,7 +1695,7 @@ (((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"