branch: elpa/apropospriate-theme
commit f0460b8413fbc18201ec5861bd10a481d673eb56
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    add support for vertico quick
---
 README.md        | 1 +
 apropospriate.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.md b/README.md
index b61197d..df973fa 100644
--- a/README.md
+++ b/README.md
@@ -113,3 +113,4 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Vertico
 * Ediff
 * Mlscroll
+* Vertico Quick
diff --git a/apropospriate.el b/apropospriate.el
index 161504a..811c392 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -138,6 +138,8 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(avy-lead-face-0 ((,class (:inherit avy-lead-face))))
      `(avy-lead-face-1 ((,class (:inherit avy-lead-face))))
      `(avy-lead-face-2 ((,class (:inherit avy-lead-face))))
+     `(vertico-quick1 ((,class (:inherit avy-lead-face))))
+     `(vertico-quick2 ((,class (:inherit avy-lead-face))))
      `(avy-background-face ((,class (:foreground ,base00+3))))
      `(aw-leading-char-face ((,class (:inherit avy-lead-face :height 2.0))))
      `(aw-background-face ((,class (:inherit avy-background-face))))

Reply via email to