(isearch): Use magenta2 as bg for (background light)
authorRichard M. Stallman <rms@gnu.org>
Sun, 18 Nov 2001 06:47:21 +0000 (06:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 18 Nov 2001 06:47:21 +0000 (06:47 +0000)
lisp/isearch.el

index 29590e4..8165f2f 100644 (file)
@@ -1913,7 +1913,7 @@ A value of nil means highlight all matches."
   '((((type tty pc) (class color))
      (:background "magenta4" :foreground "cyan1"))
     (((class color) (background light))
-     (:background "magenta4" :foreground "lightskyblue1"))
+     (:background "magenta2" :foreground "lightskyblue1"))
     (((class color) (background dark))
      (:background "palevioletred2" :foreground "brown4"))
     (t (:inverse-video t)))