From a49ff34195eb2fe3a0324138d2187e41a0e7db58 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 19 Jul 2005 11:39:16 +0000 Subject: [PATCH] (isearch): Use not-too-dark magenta3 instead of too-light magenta2. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 9cb03645aeb..f63a8dda1d1 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -210,7 +210,7 @@ Default value, nil, means edit the string instead." '((((class color) (min-colors 88) (background light)) ;; The background must not be too dark, for that means ;; the character is hard to see when the cursor is there. - (:background "magenta2" :foreground "lightskyblue1")) + (:background "magenta3" :foreground "lightskyblue1")) (((class color) (min-colors 88) (background dark)) (:background "palevioletred2" :foreground "brown4")) (((class color) (min-colors 16)) -- 2.39.2