Mercurial > emacs
changeset 64502:1e7ae6f38b3a
(isearch): Use not-too-dark magenta3 instead of too-light magenta2.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 19 Jul 2005 11:39:16 +0000 |
parents | eba73e4b7ea6 |
children | 791fa2059b5e |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))