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

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

[elpa] externals/standard-themes ada753b12b 1/2: Make consult-preview-cu


From: ELPA Syncer
Subject: [elpa] externals/standard-themes ada753b12b 1/2: Make consult-preview-cursor use the correct foreground
Date: Wed, 8 Mar 2023 00:59:22 -0500 (EST)

branch: externals/standard-themes
commit ada753b12b16fa89264b756290b1e022b6a415af
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.
---
 standard-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/standard-themes.el b/standard-themes.el
index 5f69af1ff2..2222566d00 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1113,6 +1113,7 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(consult-key ((,c :inherit standard-themes-key-binding)))
     `(consult-imenu-prefix ((,c :inherit shadow)))
     `(consult-line-number ((,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]