[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/isearch.el
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/isearch.el |
Date: |
Tue, 19 Jul 2005 07:39:16 -0400 |
Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.266 emacs/lisp/isearch.el:1.267
*** emacs/lisp/isearch.el:1.266 Mon Jul 18 14:32:30 2005
--- emacs/lisp/isearch.el Tue Jul 19 11:39:16 2005
***************
*** 210,216 ****
'((((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"))
(((class color) (min-colors 88) (background dark))
(:background "palevioletred2" :foreground "brown4"))
(((class color) (min-colors 16))
--- 210,216 ----
'((((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 "magenta3" :foreground "lightskyblue1"))
(((class color) (min-colors 88) (background dark))
(:background "palevioletred2" :foreground "brown4"))
(((class color) (min-colors 16))