changeset 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 70059cb88be4
children 8ea2b10d5a82
files lisp/isearch.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch.el	Sun Nov 18 05:59:41 2001 +0000
+++ b/lisp/isearch.el	Sun Nov 18 06:47:21 2001 +0000
@@ -1913,7 +1913,7 @@
   '((((type tty pc) (class color))
      (:background "magenta4" :foreground "cyan1"))
     (((class color) (background light))
-     (:background "magenta4" :foreground "lightskyblue1"))
+     (:background "magenta2" :foreground "lightskyblue1"))
     (((class color) (background dark))
      (:background "palevioletred2" :foreground "brown4"))
     (t (:inverse-video t)))