[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 9be57d9d6e: Add support for ztree package
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 9be57d9d6e: Add support for ztree package |
Date: |
Mon, 12 Feb 2024 00:58:21 -0500 (EST) |
branch: externals/modus-themes
commit 9be57d9d6e7457705d687344b1e95f9c1f20248b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add support for ztree package
---
doc/modus-themes.info | 83 ++++++++++++++++++++++++++-------------------------
doc/modus-themes.org | 1 +
modus-themes.el | 15 +++++++++-
3 files changed, 57 insertions(+), 42 deletions(-)
diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index f6c8fda485..6f23e994ae 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -4232,6 +4232,7 @@ have lots of extensions, so the “full support” may not be
100% true…
• xterm-color (and ansi-colors)
• yaml-mode
• yasnippet
+ • ztree [ Part of 4.4.0-dev. ]
Plus many other miscellaneous faces that are provided by Emacs.
@@ -6286,47 +6287,47 @@ Node: Custom hl-todo colors162490
Node: Add support for solaire-mode164028
Node: Face coverage166939
Node: Supported packages167391
-Node: Indirectly covered packages173064
-Node: Notes on individual packages174433
-Node: Note on calendarel weekday and weekend colors175533
-Node: Note on git-gutter in Doom Emacs176681
-Node: Note on php-mode multiline comments179022
-Node: Note on underlines in compilation buffers179775
-Node: Note on inline Latex in Org buffers180612
-Node: Note on dimmerel181222
-Node: Note on display-fill-column-indicator-mode182707
-Node: Note on highlight-parenthesesel184106
-Node: Note on mmm-modeel background colors190084
-Node: Note for prism192384
-Node: Note on company-mode overlay pop-up195552
-Ref: Note on company-mode overlay pop-up-Footnote-1196282
-Ref: Note on company-mode overlay pop-up-Footnote-2196349
-Node: Note on ERC escaped color sequences196404
-Ref: Note on ERC escaped color sequences-Footnote-1197832
-Node: Note on powerline or spaceline197942
-Node: Note on SHR colors198356
-Node: Note on SHR fonts198780
-Node: Note on Ement colors and fonts199425
-Node: Note on pdf-tools link hints200935
-Node: Note on the Notmuch logo203395
-Node: Note on goto-address-mode faces203933
-Node: Frequently Asked Questions205051
-Node: Is the contrast ratio about adjacent colors?205682
-Node: What does it mean to avoid exaggerations?207189
-Node: Why are colors mostly variants of blue magenta cyan?209039
-Node: What is the best setup for legibility?213345
-Node: Are these color schemes?215990
-Node: Port the Modus themes to other platforms?219672
-Node: Contributing222516
-Node: Sources of the themes222913
-Node: Issues you can help with223807
-Node: Patches require copyright assignment to the FSF225198
-Node: Acknowledgements227418
-Node: GNU Free Documentation License231588
-Node: Indices256952
-Node: Function index257131
-Node: Variable index258387
-Node: Concept index261065
+Node: Indirectly covered packages173101
+Node: Notes on individual packages174470
+Node: Note on calendarel weekday and weekend colors175570
+Node: Note on git-gutter in Doom Emacs176718
+Node: Note on php-mode multiline comments179059
+Node: Note on underlines in compilation buffers179812
+Node: Note on inline Latex in Org buffers180649
+Node: Note on dimmerel181259
+Node: Note on display-fill-column-indicator-mode182744
+Node: Note on highlight-parenthesesel184143
+Node: Note on mmm-modeel background colors190121
+Node: Note for prism192421
+Node: Note on company-mode overlay pop-up195589
+Ref: Note on company-mode overlay pop-up-Footnote-1196319
+Ref: Note on company-mode overlay pop-up-Footnote-2196386
+Node: Note on ERC escaped color sequences196441
+Ref: Note on ERC escaped color sequences-Footnote-1197869
+Node: Note on powerline or spaceline197979
+Node: Note on SHR colors198393
+Node: Note on SHR fonts198817
+Node: Note on Ement colors and fonts199462
+Node: Note on pdf-tools link hints200972
+Node: Note on the Notmuch logo203432
+Node: Note on goto-address-mode faces203970
+Node: Frequently Asked Questions205088
+Node: Is the contrast ratio about adjacent colors?205719
+Node: What does it mean to avoid exaggerations?207226
+Node: Why are colors mostly variants of blue magenta cyan?209076
+Node: What is the best setup for legibility?213382
+Node: Are these color schemes?216027
+Node: Port the Modus themes to other platforms?219709
+Node: Contributing222553
+Node: Sources of the themes222950
+Node: Issues you can help with223844
+Node: Patches require copyright assignment to the FSF225235
+Node: Acknowledgements227455
+Node: GNU Free Documentation License231625
+Node: Indices256989
+Node: Function index257168
+Node: Variable index258424
+Node: Concept index261102
End Tag Table
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 73789e2231..7e1646369e 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -4146,6 +4146,7 @@ have lots of extensions, so the "full support" may not be
100% true…
+ xterm-color (and ansi-colors)
+ yaml-mode
+ yasnippet
++ ztree [ Part of {{{development-version}}}. ]
Plus many other miscellaneous faces that are provided by Emacs.
diff --git a/modus-themes.el b/modus-themes.el
index 826cb1ea58..aeeb9b586a 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4015,7 +4015,20 @@ FG and BG are the main colors."
;;;;; yaml-mode
`(yaml-tab-face ((,c :background ,bg-space-err)))
;;;;; yasnippet
- `(yas-field-highlight-face ((,c :inherit highlight))))
+ `(yas-field-highlight-face ((,c :inherit highlight)))
+;;;;; ztree
+ `(ztreep-arrow-face ((,c :inherit shadow)))
+ `(ztreep-diff-header-face ((,c :inherit modus-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 modus-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 `modus-themes-theme'.")
(defconst modus-themes-custom-variables
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/modus-themes 9be57d9d6e: Add support for ztree package,
ELPA Syncer <=