1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 16:51:46 -07:00

Use khaki1 as 'match' background

* lisp/replace.el (match): Use khaki1 as the background color for
light backgrounds (bug#47574).
This commit is contained in:
Dmitry Gutov 2021-04-22 03:09:13 +03:00
parent 3a526b6f7e
commit fa81ed6be9

View file

@ -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))