summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2021-04-22 03:09:13 +0300
committerDmitry Gutov <dgutov@yandex.ru>2021-04-22 03:09:13 +0300
commitfa81ed6be90127dbc8122ed5fc922b7fe5321146 (patch)
tree3e05a8da2cf6a9d7a5752ae4ba991b103f6ec7ec /lisp/replace.el
parent3a526b6f7ea2df29c795e8315e16a21b101eb284 (diff)
downloademacs-fa81ed6be90127dbc8122ed5fc922b7fe5321146.tar.gz
emacs-fa81ed6be90127dbc8122ed5fc922b7fe5321146.tar.bz2
emacs-fa81ed6be90127dbc8122ed5fc922b7fe5321146.zip
Use khaki1 as 'match' background
* lisp/replace.el (match): Use khaki1 as the background color for light backgrounds (bug#47574).
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 71c6e651c74..b5dea61924a 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1433,7 +1433,7 @@ This is a compatibility function for \\[next-error] invocations."
(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))