From 5bcf005469998ba44f13880e68c918bd7bc96053 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 18 Nov 2001 06:47:21 +0000 Subject: [PATCH] (isearch): Use magenta2 as bg for (background light) --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2