]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch): Use not-too-dark magenta3 instead of too-light magenta2.
authorJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:39:16 +0000 (11:39 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:39:16 +0000 (11:39 +0000)
lisp/isearch.el

index 9cb03645aeba481973e565f56d0242669cbde9bc..f63a8dda1d1ea7507272540085985b0f85777e80 100644 (file)
@@ -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))