Cover query-replace-preview-match (Emacs 32)

This is to (i) only :inherit once and (ii) for me to remember this face.
This commit is contained in:
Protesilaos 2026-08-25 10:24:40 +03:00
parent 21ffe0cd5a
commit b86cace435
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -5769,6 +5769,7 @@ If COLOR is unspecified, then return :box unspecified."
`(match ((,c :inherit modus-themes-search-static))) `(match ((,c :inherit modus-themes-search-static)))
`(query-replace ((,c :inherit modus-themes-search-replace))) `(query-replace ((,c :inherit modus-themes-search-replace)))
`(query-replace-preview ((,c :inherit (bold modus-themes-search-replace)))) `(query-replace-preview ((,c :inherit (bold modus-themes-search-replace))))
`(query-replace-preview-match ((,c :inherit modus-themes-search-lazy)))
;;;;; ivy ;;;;; ivy
`(ivy-action ((,c :inherit (bold modus-themes-fixed-pitch) :foreground ,keybind))) `(ivy-action ((,c :inherit (bold modus-themes-fixed-pitch) :foreground ,keybind)))
`(ivy-confirm-face ((,c :foreground ,info))) `(ivy-confirm-face ((,c :foreground ,info)))