branch: externals/ef-themes commit 60821e577b3aabd9b5b2506a17c3c80f6816c6d1 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for dictionary --- ef-themes.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index 3936551d3d..fa0dda9978 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -238,6 +238,11 @@ When called from Lisp, THEME is a symbol." ;;;; denote `(denote-faces-date ((,c :foreground ,date))) `(denote-faces-keywords ((,c :foreground ,name))) +;;;; dictionary + `(dictionary-button-face ((,c :inherit bold))) + `(dictionary-reference-face ((,c :inherit link))) + `(dictionary-word-definition-face (())) + `(dictionary-word-entry-face ((,c :inherit font-lock-comment-face))) ;;;; diff-hl `(diff-hl-change ((,c :background ,bg-changed-refine))) `(diff-hl-delete ((,c :background ,bg-removed-refine)))