branch: externals/ef-themes commit a4119de8306e7108af91a96200f23d7513fd39ed Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add explicit support for Embark This is done in the interest of theme-wide consistency with faces for key bindings. --- README.org | 2 +- ef-themes.el | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index beb1a76640..3711030994 100644 --- a/README.org +++ b/README.org @@ -773,6 +773,7 @@ everything most users need. - ediff - eldoc - elfeed +- embark [ Part of {{{development-version}}} ] - epa - eshell - eww [ Part of {{{development-version}}} ] @@ -833,7 +834,6 @@ themes already cover: - consult - corfu - dim-autoload -- embark - flycheck - flymake - flyspell diff --git a/ef-themes.el b/ef-themes.el index c640c80d79..68f7929d92 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -805,6 +805,10 @@ Helper function for `ef-themes-preview-colors'." `(elfeed-search-title-face ((,c :foreground ,fg-dim))) `(elfeed-search-unread-count-face (( ))) `(elfeed-search-unread-title-face ((,c :inherit bold :foreground ,fg-main))) +;;;; embark + `(embark-keybinding ((,c :inherit ef-themes-key-binding))) + `(embark-keybinding-repeat ((,c :inherit bold))) + `(embark-collect-marked ((,c :inherit success :background ,bg-info))) ;;;; epa `(epa-field-body (( ))) `(epa-field-name ((,c :inherit bold :foreground ,fg-dim)))