comparison lisp/isearch.el @ 41230:32198f207db2

(isearch): Use magenta2 as bg for (background light)
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 Nov 2001 06:47:21 +0000
parents fcd14406bac3
children 719d61cbaf9f
comparison
equal deleted inserted replaced
41229:70059cb88be4 41230:32198f207db2
1911 1911
1912 (defface isearch 1912 (defface isearch
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 (:background "magenta4" :foreground "lightskyblue1")) 1916 (:background "magenta2" :foreground "lightskyblue1"))
1917 (((class color) (background dark)) 1917 (((class color) (background dark))
1918 (:background "palevioletred2" :foreground "brown4")) 1918 (:background "palevioletred2" :foreground "brown4"))
1919 (t (:inverse-video t))) 1919 (t (:inverse-video t)))
1920 "Face for highlighting Isearch matches." 1920 "Face for highlighting Isearch matches."
1921 :group 'isearch-faces) 1921 :group 'isearch-faces)