aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/isearch.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 8165f2f7c87..a11783473bd 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -1913,6 +1913,8 @@ A value of nil means highlight all matches."
1913 '((((type tty pc) (class color)) 1913 '((((type tty pc) (class color))
1914 (:background "magenta4" :foreground "cyan1")) 1914 (:background "magenta4" :foreground "cyan1"))
1915 (((class color) (background light)) 1915 (((class color) (background light))
1916 ;; The background must not be too dark, for that means
1917 ;; the character is hard to see when the cursor is there.
1916 (:background "magenta2" :foreground "lightskyblue1")) 1918 (:background "magenta2" :foreground "lightskyblue1"))
1917 (((class color) (background dark)) 1919 (((class color) (background dark))
1918 (:background "palevioletred2" :foreground "brown4")) 1920 (:background "palevioletred2" :foreground "brown4"))