emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/standard-themes 9cf6f990db: Add support for ztree packa


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 9cf6f990db: Add support for ztree package
Date: Mon, 12 Feb 2024 00:58:53 -0500 (EST)

branch: externals/standard-themes
commit 9cf6f990dbc280dc5944335e9d90cfb24486ab10
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for ztree package
---
 README.org         |  1 +
 standard-themes.el | 15 ++++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 761538b524..d3770803a4 100644
--- a/README.org
+++ b/README.org
@@ -1197,6 +1197,7 @@ everything most users need.
 - widget
 - writegood-mode
 - woman
++ ztree [ Part of {{{development-version}}}. ]
 
 ** Implicitly supported packages or face groups
 :PROPERTIES:
diff --git a/standard-themes.el b/standard-themes.el
index e3149743e9..7d844573e0 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -2082,7 +2082,20 @@ Optional prefix argument MAPPINGS has the same meaning 
as for
     `(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 standard-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 standard-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 `standard-themes-theme'.")
 
 (defconst standard-themes-custom-variables



reply via email to

[Prev in Thread] Current Thread [Next in Thread]