diff options
author | Juri Linkov <juri@jurta.org> | 2005-07-19 11:41:20 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-07-19 11:41:20 +0000 |
commit | 4bc30b74c881c4f602722b79123b1b7203218cef (patch) | |
tree | 72958c1bb2f18dd05e6951a67aab30882fcc6240 /lisp/replace.el | |
parent | a49ff34195eb2fe3a0324138d2187e41a0e7db58 (diff) | |
download | emacs-4bc30b74c881c4f602722b79123b1b7203218cef.tar.gz |
(match): Use slightly more light RoyalBlue3 instead of dark RoyalBlue4.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |