branch: externals/standard-themes commit 0359aa3afbd1eedbf832bccbd38fedd5c1891b19 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make 'match' face use a coloured background --- standard-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard-themes.el b/standard-themes.el index 58d881a1bb..372c9a262f 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -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)))