From: Miles Bader Date: Mon, 18 Sep 2000 05:48:14 +0000 (+0000) Subject: (secondary-selection): Make dark-background variant sane. X-Git-Tag: emacs-pretest-21.0.90~1551 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=690d30e676def870f8b8003ccb149fd61b6aff61;p=emacs.git (secondary-selection): Make dark-background variant sane. --- diff --git a/lisp/faces.el b/lisp/faces.el index 4d0083a276f..bcb8c6e3871 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1670,7 +1670,7 @@ created." (((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)