+2007-03-11 Juri Linkov <juri@jurta.org>
+
+ * replace.el (match): Use yellow background on light-bg terminals.
+
2007-03-11 Richard Stallman <rms@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
\f
(defface match
'((((class color) (min-colors 88) (background light))
- :background "Tan")
+ :background "yellow")
(((class color) (min-colors 88) (background dark))
:background "RoyalBlue3")
- (((class color) (min-colors 8))
+ (((class color) (min-colors 8) (background light))
+ :background "yellow" :foreground "black")
+ (((class color) (min-colors 8) (background dark))
:background "blue" :foreground "white")
(((type tty) (class mono))
:inverse-video t)