From: Juri Linkov Date: Tue, 19 Jul 2005 11:41:20 +0000 (+0000) Subject: (match): Use slightly more light RoyalBlue3 instead of dark RoyalBlue4. X-Git-Tag: emacs-pretest-22.0.90~7990 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bc30b74c881c4f602722b79123b1b7203218cef;p=emacs.git (match): Use slightly more light RoyalBlue3 instead of dark RoyalBlue4. --- diff --git a/lisp/replace.el b/lisp/replace.el index a8ef61e828d..451650401b1 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -847,7 +847,7 @@ Compatibility function for \\[next-error] invocations." '((((class color) (min-colors 88) (background light)) :background "Tan") (((class color) (min-colors 88) (background dark)) - :background "RoyalBlue4") + :background "RoyalBlue3") (((class color) (min-colors 8)) :background "blue" :foreground "white") (((type tty) (class mono))