branch: externals/ef-themes commit cbb2fd31dbb5d5ae6e89f15a15af0be61af65d64 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for Denote --- ef-themes.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index e13874f56b..492d6e33f3 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -177,6 +177,9 @@ When called from Lisp, THEME is a symbol." `(custom-group-tag ((,c :inherit bold :foreground ,builtin))) `(custom-group-tag-1 ((,c :inherit bold :foreground ,constant))) `(custom-variable-tag ((,c :inherit bold :foreground ,variable))) +;;;; denote + `(denote-faces-date ((,c :foreground ,date))) + `(denote-faces-keywords ((,c :foreground ,name))) ;;;; diff-hl `(diff-hl-change ((,c :background ,bg-changed-refine))) `(diff-hl-delete ((,c :background ,bg-removed-refine)))