From 0a9c90a068f0c7a9da2429ec2b17116efca4acd4 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 28 Jun 2000 20:19:02 +0000 Subject: [PATCH] (region): Change background color for light background. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2