]> git.eshelyaron.com Git - emacs.git/commitdiff
Use khaki1 as 'match' background
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 22 Apr 2021 00:09:13 +0000 (03:09 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 22 Apr 2021 00:09:13 +0000 (03:09 +0300)
* lisp/replace.el (match): Use khaki1 as the background color for
light backgrounds (bug#47574).

lisp/replace.el

index 71c6e651c74eb17158d41cf85445b9e497d0e145..b5dea61924aaaef7337a66a01446eb6f7eef6844 100644 (file)
@@ -1433,7 +1433,7 @@ This is a compatibility function for \\[next-error] invocations."
 \f
 (defface match
   '((((class color) (min-colors 88) (background light))
-     :background "yellow1")
+     :background "khaki1")
     (((class color) (min-colors 88) (background dark))
      :background "RoyalBlue3")
     (((class color) (min-colors 8) (background light))