]> git.eshelyaron.com Git - emacs.git/commitdiff
(secondary-selection): Make dark-background variant sane.
authorMiles Bader <miles@gnu.org>
Mon, 18 Sep 2000 05:48:14 +0000 (05:48 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 18 Sep 2000 05:48:14 +0000 (05:48 +0000)
lisp/faces.el

index 4d0083a276f08b5c19763cd24e2e5293327c1259..bcb8c6e3871ea4b14029d662e2c2deac917304db 100644 (file)
@@ -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)