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:
parent
3a526b6f7e
commit
fa81ed6be9
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue