From: Juri Linkov Date: Tue, 19 Jul 2005 11:39:16 +0000 (+0000) Subject: (isearch): Use not-too-dark magenta3 instead of too-light magenta2. X-Git-Tag: emacs-pretest-22.0.90~7991 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a49ff34195eb2fe3a0324138d2187e41a0e7db58;p=emacs.git (isearch): Use not-too-dark magenta3 instead of too-light magenta2. --- 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))