From: Richard M. Stallman Date: Sun, 18 Nov 2001 06:47:21 +0000 (+0000) Subject: (isearch): Use magenta2 as bg for (background light) X-Git-Tag: ttn-vms-21-2-B4~18411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bcf005469998ba44f13880e68c918bd7bc96053;p=emacs.git (isearch): Use magenta2 as bg for (background light) --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 29590e4f9f6..8165f2f7c87 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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)))