# HG changeset patch # User Miles Bader # Date 969256094 0 # Node ID f89c2fe5fb385c620dd683891bee603a7cd67de3 # Parent 703fb2494c1b5c3e3a951c20d3d101630cd29ad5 (secondary-selection): Make dark-background variant sane. diff -r 703fb2494c1b -r f89c2fe5fb38 lisp/faces.el --- 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)