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

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

[elpa] externals/ef-themes e5b129f57d 1/7: Add explicit support for Cons


From: ELPA Syncer
Subject: [elpa] externals/ef-themes e5b129f57d 1/7: Add explicit support for Consult
Date: Sat, 27 Aug 2022 02:57:35 -0400 (EDT)

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

    Add explicit support for Consult
    
    This is for theme-wide consistency, as it already has good default
    values for its faces.
---
 README.org   | 2 +-
 ef-themes.el | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 9d20dada7a..86129c4c18 100644
--- a/README.org
+++ b/README.org
@@ -782,6 +782,7 @@ everything most users need.
 - chart
 - compilation
 - completions
+- consult [ Part of {{{development-version}}} ]
 - custom (M-x customize)
 - denote
 - dictionary
@@ -852,7 +853,6 @@ are appropriate or because they inherit from basic faces 
which the
 themes already cover:
 
 - apropos
-- consult
 - corfu
 - dim-autoload
 - flycheck
diff --git a/ef-themes.el b/ef-themes.el
index e6f3e27b12..031f60b6a5 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -666,6 +666,11 @@ Helper function for `ef-themes-preview-colors'."
     `(completions-annotations ((,c :inherit italic :foreground ,docstring)))
     `(completions-common-part ((,c :inherit bold :foreground ,accent-0)))
     `(completions-first-difference ((,c :inherit bold :foreground ,accent-1)))
+;;;; consult
+    `(consult-async-split ((,c :inherit warning)))
+    `(consult-key ((,c :inherit ef-themes-key-binding)))
+    `(consult-imenu-prefix ((,c :inherit shadow)))
+    `(consult-line-number ((,c :inherit shadow)))
 ;;;; custom (M-x customize)
     `(custom-button ((,c :box ,fg-dim :background ,bg-active :foreground 
,fg-intense)))
     `(custom-button-mouse ((,c :inherit (highlight custom-button))))



reply via email to

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