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

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

[elpa] externals/ef-themes 4bb7bd4386 4/7: Add support for corfu package


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

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

    Add support for corfu 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 a71a5a5a2c..e167213363 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1136,6 +1136,9 @@ text should not be underlined as well) yet still blend 
in."
     `(corfu-bar ((,c :background ,fg-main)))
     `(corfu-border ((,c :background ,bg-active)))
     `(corfu-default ((,c :background ,bg-inactive)))
+;;;; corfu-quick
+    `(corfu-quick1 ((,c :inherit bold :background ,bg-char-0)))
+    `(corfu-quick2 ((,c :inherit bold :background ,bg-char-1)))
 ;;;; custom (M-x customize)
     `(custom-button ((,c :box (:color ,border :style released-button)
                          :background ,bg-active :foreground ,fg-intense)))



reply via email to

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