aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-07-19 11:41:20 +0000
committerJuri Linkov2005-07-19 11:41:20 +0000
commit4bc30b74c881c4f602722b79123b1b7203218cef (patch)
tree72958c1bb2f18dd05e6951a67aab30882fcc6240
parenta49ff34195eb2fe3a0324138d2187e41a0e7db58 (diff)
downloademacs-4bc30b74c881c4f602722b79123b1b7203218cef.tar.gz
emacs-4bc30b74c881c4f602722b79123b1b7203218cef.zip
(match): Use slightly more light RoyalBlue3 instead of dark RoyalBlue4.
-rw-r--r--lisp/replace.el2
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."
847 '((((class color) (min-colors 88) (background light)) 847 '((((class color) (min-colors 88) (background light))
848 :background "Tan") 848 :background "Tan")
849 (((class color) (min-colors 88) (background dark)) 849 (((class color) (min-colors 88) (background dark))
850 :background "RoyalBlue4") 850 :background "RoyalBlue3")
851 (((class color) (min-colors 8)) 851 (((class color) (min-colors 8))
852 :background "blue" :foreground "white") 852 :background "blue" :foreground "white")
853 (((type tty) (class mono)) 853 (((type tty) (class mono))