diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-26 06:17:17 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-26 06:17:17 +0300 |
| commit | a4119de8306e7108af91a96200f23d7513fd39ed (patch) | |
| tree | 52c3bf5606af2f670b4e1bd0b5874f95241f4d19 | |
| parent | e7a1ad68e9333985b5631eafdc34281309f69c21 (diff) | |
Add explicit support for Embark
This is done in the interest of theme-wide consistency with faces for
key bindings.
| -rw-r--r-- | README.org | 2 | ||||
| -rw-r--r-- | ef-themes.el | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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 c640c80..68f7929 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))) |
