branch: elpa/apropospriate-theme commit 56c8c1b575106e72bcab2227fd73cf34f7f3df79 Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@waymondo.com>
add completion-preview-exact face --- README.md | 1 + apropospriate-theme.el | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 8bb8580b80..6ab2524288 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,4 @@ Apropospriate supports all the usual `prog-mode` derived packages as well as som * Mini Popup * MisTTY * Indent Bars Mode +* Completion Preview Mode diff --git a/apropospriate-theme.el b/apropospriate-theme.el index 3042aa82d3..07702a53f9 100644 --- a/apropospriate-theme.el +++ b/apropospriate-theme.el @@ -132,6 +132,7 @@ Set to `1.0' or nil to prevent font size manipulation." `(avy-lead-face-2 ((,class (:inherit avy-lead-face)))) `(vertico-quick1 ((,class (:inherit avy-lead-face)))) `(vertico-quick2 ((,class (:inherit avy-lead-face)))) + `(completion-preview-exact ((,class (:underline (:style line :color ,pink))))) `(corfu-quick1 ((,class (:inherit avy-lead-face)))) `(corfu-quick2 ((,class (:inherit avy-lead-face)))) `(avy-background-face ((,class (:foreground ,base00+3))))