Make 'match' face use a coloured background

This commit is contained in:
Protesilaos Stavrou 2022-11-22 06:11:07 +02:00
parent 761ba019be
commit 0359aa3afb
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1325,7 +1325,7 @@ Helper function for `standard-themes-preview-colors'."
`(isearch-group-1 ((,c :background ,bg-green :foreground ,fg-main)))
`(isearch-group-2 ((,c :background ,bg-yellow :foreground ,fg-main)))
`(lazy-highlight ((,c :background ,bg-cyan :foreground ,fg-main)))
`(match ((,c :background ,bg-alt :foreground ,fg-main)))
`(match ((,c :background ,bg-warning)))
`(query-replace ((,c :background ,bg-red :foreground ,fg-main)))
;;;; keycast
`(keycast-command ((,c :inherit bold :foreground ,bg-accent)))