# HG changeset patch # User Gerd Moellmann # Date 962223542 0 # Node ID 293c4c4ee3876af1fc7e8734a97af5f3a9a6b78f # Parent d9bd335bf39a820b5025c6124f78fd18557b4823 (region): Change background color for light background. diff -r d9bd335bf39a -r 293c4c4ee387 lisp/faces.el --- a/lisp/faces.el Wed Jun 28 15:33:59 2000 +0000 +++ b/lisp/faces.el Wed Jun 28 20:19:02 2000 +0000 @@ -1550,7 +1550,7 @@ (((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)