]> git.eshelyaron.com Git - emacs.git/commitdiff
(match): Use slightly more light RoyalBlue3 instead of dark RoyalBlue4.
authorJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:41:20 +0000 (11:41 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:41:20 +0000 (11:41 +0000)
lisp/replace.el

index a8ef61e828d1eff2028d1273f75dbca42ff2269a..451650401b1a427f3235174318f38edaa7b255a2 100644 (file)
@@ -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))