# HG changeset patch # User Juri Linkov # Date 1121773156 0 # Node ID 1e7ae6f38b3af5fd1e019cd19391f32c2adb7a7c # Parent eba73e4b7ea62186b9a867caa4293786eb3faecd (isearch): Use not-too-dark magenta3 instead of too-light magenta2. diff -r eba73e4b7ea6 -r 1e7ae6f38b3a lisp/isearch.el --- a/lisp/isearch.el Tue Jul 19 11:35:34 2005 +0000 +++ b/lisp/isearch.el Tue Jul 19 11:39:16 2005 +0000 @@ -210,7 +210,7 @@ '((((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))