diff options
| -rw-r--r-- | README.org | 1 | ||||
| -rw-r--r-- | ef-themes.el | 15 |
2 files changed, 15 insertions, 1 deletions
@@ -1424,6 +1424,7 @@ everything most users need. - widget - writegood-mode - woman ++ ztree [ Part of {{{development-version}}}. ] ** Implicitly supported packages or face groups :PROPERTIES: diff --git a/ef-themes.el b/ef-themes.el index dec79c0..eb35d6c 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -2341,7 +2341,20 @@ text should not be underlined as well) yet still blend in." `(woman-addition ((,c :foreground ,accent-2))) `(woman-bold ((,c :inherit bold :foreground ,accent-0))) `(woman-italic ((,c :inherit italic :foreground ,accent-1))) - `(woman-unknown ((,c :foreground ,accent-3)))) + `(woman-unknown ((,c :foreground ,accent-3))) +;;;; ztree + `(ztreep-arrow-face ((,c :inherit shadow))) + `(ztreep-diff-header-face ((,c :inherit ef-themes-heading-0))) + `(ztreep-diff-header-small-face ((,c :inherit font-lock-doc-face))) + `(ztreep-diff-model-add-face ((,c :foreground ,info))) + `(ztreep-diff-model-diff-face ((,c :foreground ,err))) + `(ztreep-diff-model-ignored-face ((,c :foreground ,fg-dim :strike-through t))) + `(ztreep-diff-model-normal-face (( ))) + `(ztreep-expand-sign-face ((,c :inherit shadow))) + `(ztreep-header-face ((,c :inherit ef-themes-heading-0))) + `(ztreep-leaf-face (( ))) + `(ztreep-node-count-children-face ((,c :inherit (shadow italic)))) + `(ztreep-node-face ((,c :foreground ,accent-0)))) "Face specs for use with `ef-themes-theme'.") (defconst ef-themes-custom-variables |
