summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-07-19 11:39:16 +0000
committerJuri Linkov <juri@jurta.org>2005-07-19 11:39:16 +0000
commita49ff34195eb2fe3a0324138d2187e41a0e7db58 (patch)
tree65f03fb209ea3e79a1fa25fe7c95f2a9c2fca191 /lisp/isearch.el
parent71672328465f57e40359fad0384691b18f9d1947 (diff)
downloademacs-a49ff34195eb2fe3a0324138d2187e41a0e7db58.tar.gz
(isearch): Use not-too-dark magenta3 instead of too-light magenta2.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
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))