Mercurial > emacs
changeset 31681:f89c2fe5fb38
(secondary-selection): Make dark-background variant sane.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 18 Sep 2000 05:48:14 +0000 |
parents | 703fb2494c1b |
children | c7b40c9887c9 |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Sun Sep 17 21:00:54 2000 +0000 +++ b/lisp/faces.el Mon Sep 18 05:48:14 2000 +0000 @@ -1670,7 +1670,7 @@ (((class color) (background light)) (:background "yellow")) (((class color) (background dark)) - (:background "yellow")) + (:background "SkyBlue4")) (t (:inverse-video t))) "Basic face for displaying the secondary selection." :group 'basic-faces)