emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 2bb3420317 5/7: Add support for vertico packa


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 2bb3420317 5/7: Add support for vertico package "quick" faces (Avy-like selection)
Date: Fri, 30 Jun 2023 03:58:11 -0400 (EDT)

branch: externals/ef-themes
commit 2bb34203173a7c554934568be2045cee70c5b4be
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for vertico package "quick" faces (Avy-like selection)
    
    This is possible due to the work I did in commit fa1c39d.
---
 ef-themes.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index e167213363..9fd25067ff 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -2240,6 +2240,9 @@ text should not be underlined as well) yet still blend 
in."
 ;;;; vertico
     `(vertico-current ((,c :background ,bg-completion)))
     `(vertico-group-title ((,c :inherit bold :foreground ,name)))
+;;;; vertico-quick
+    `(vertico-quick1 ((,c :inherit bold :background ,bg-char-0)))
+    `(vertico-quick2 ((,c :inherit bold :background ,bg-char-1)))
 ;;;; vterm
     `(vterm-color-black ((,c :background "gray35" :foreground "black")))
     `(vterm-color-blue ((,c :background ,blue-warmer :foreground ,blue)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]