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

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

[elpa] externals/ef-themes 373ae32f27: Add explicit support for which-ke


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 373ae32f27: Add explicit support for which-key
Date: Fri, 16 Jun 2023 03:58:13 -0400 (EDT)

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

    Add explicit support for which-key
---
 README.org   | 2 +-
 ef-themes.el | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 5974c0b7d6..e0599b6489 100644
--- a/README.org
+++ b/README.org
@@ -1386,6 +1386,7 @@ everything most users need.
 - vundo
 - wgrep
 - which-function-mode
+- which-key [Part of {{{development-version}}}]
 - whitespace-mode
 - widget
 - writegood-mode
@@ -1410,7 +1411,6 @@ themes already cover:
 - multiple-cursors
 - paren-face
 - sxhkdrc-mode
-- which-key
 - xref
 
 Note that "implicitly supported" does not mean that they always fit in
diff --git a/ef-themes.el b/ef-themes.el
index 0618ecd503..9b83f1d7bb 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -2240,6 +2240,15 @@ Optional prefix argument MAPPINGS has the same meaning 
as for
     `(wgrep-reject-face ((,c :background ,bg-err :foreground ,err)))
 ;;;; which-function-mode
     `(which-func ((,c :inherit bold :foreground ,fg-intense)))
+;;;; which-key
+    `(which-key-command-description-face ((,c :foreground ,fg-main)))
+    `(which-key-group-description-face ((,c :foreground ,keyword)))
+    `(which-key-highlighted-command-face ((,c :foreground ,warning :underline 
t)))
+    `(which-key-key-face ((,c :inherit ef-themes-key-binding)))
+    `(which-key-local-map-description-face ((,c :foreground ,fg-main)))
+    `(which-key-note-face ((,c :inherit shadow)))
+    `(which-key-separator-face ((,c :inherit shadow)))
+    `(which-key-special-key-face ((,c :inherit error)))
 ;;;; whitespace-mode
     `(whitespace-big-indent ((,c :background ,bg-space-err)))
     `(whitespace-empty ((,c :inherit modus-themes-intense-magenta)))



reply via email to

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