]> code.delx.au - gnu-emacs/commitdiff
(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 29590e4f9f6f1e391fa58b2d7b76ae5f559b69e6..8165f2f7c87c132bf2a5f0353f27d8efb29b75e0 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)))