From: Gerd Moellmann Date: Wed, 28 Jun 2000 20:19:02 +0000 (+0000) Subject: (region): Change background color for light background. X-Git-Tag: emacs-pretest-21.0.90~3038 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a9c90a068f0c7a9da2429ec2b17116efca4acd4;p=emacs.git (region): Change background color for light background. --- 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)