projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a526b6
)
Use khaki1 as 'match' background
author
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 22 Apr 2021 00:09:13 +0000
(
03:09
+0300)
committer
Dmitry 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
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index 71c6e651c74eb17158d41cf85445b9e497d0e145..b5dea61924aaaef7337a66a01446eb6f7eef6844 100644
(file)
--- a/
lisp/replace.el
+++ b/
lisp/replace.el
@@
-1433,7
+1433,7
@@
This is a compatibility function for \\[next-error] invocations."
\f
(defface match
'((((class color) (min-colors 88) (background light))
- :background "
yellow
1")
+ :background "
khaki
1")
(((class color) (min-colors 88) (background dark))
:background "RoyalBlue3")
(((class color) (min-colors 8) (background light))