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

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

[elpa] externals/ef-themes 33d0c69eb2 1/2: Make consult-preview-cursor u


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 33d0c69eb2 1/2: Make consult-preview-cursor use the correct foreground
Date: Wed, 8 Mar 2023 00:58:19 -0500 (EST)

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

    Make consult-preview-cursor use the correct foreground
    
    By default, it inherits from the 'cursor' face.  That is a special
    face that only reads a ':background' attribute.  As such, the
    'consult-preview-cursor' did not get the ':foreground' it needed.
---
 ef-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ef-themes.el b/ef-themes.el
index 9afa748867..890825504f 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1020,6 +1020,7 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(consult-imenu-prefix ((,c :inherit shadow)))
     `(consult-line-number ((,c :inherit shadow)))
     `(consult-line-number-prefix ((,c :inherit shadow)))
+    `(consult-preview-cursor ((,c :background ,cursor :foreground ,bg-main)))
     `(consult-separator ((,c :foreground ,border)))
 ;;;; corfu
     `(corfu-current ((,c :background ,bg-completion)))



reply via email to

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