branch: externals/doric-themes commit bd5e073fb5e3e1b8313202b69fb78d64d07811da Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add suport for embark-keybinding face --- doric-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doric-themes.el b/doric-themes.el index fcbb067c94..7cc4d6dea3 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1377,6 +1377,8 @@ Run `doric-themes-after-load-theme-hook' after loading a theme." ,@(doric-themes-prepare-faces doric-themes-diff-removed-faces :background ''unspecified :foreground 'fg-faint-red) ,@(doric-themes-prepare-faces doric-themes-diff-removed-refine-faces :inherit ''bold :background ''unspecified :foreground 'fg-faint-red) + '(embark-keybinding ((t :inherit (fixed-pitch bold-italic)))) + `(font-lock-comment-delimiter-face ((t :inherit italic :foreground ,fg-accent))) `(font-lock-comment-face ((t :inherit italic :foreground ,fg-accent))) `(font-lock-variable-name-face ((t :inherit italic)))