From: Dmitry Gutov Date: Thu, 22 Apr 2021 00:09:13 +0000 (+0300) Subject: Use khaki1 as 'match' background X-Git-Tag: emacs-28.0.90~2785 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa81ed6be90127dbc8122ed5fc922b7fe5321146;p=emacs.git Use khaki1 as 'match' background * lisp/replace.el (match): Use khaki1 as the background color for light backgrounds (bug#47574). --- 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))