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

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

[nongnu] elpa/apropospriate-theme b4d5a2f 078/118: add dired-subtree sup


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme b4d5a2f 078/118: add dired-subtree support
Date: Thu, 21 Oct 2021 18:02:26 -0400 (EDT)

branch: elpa/apropospriate-theme
commit b4d5a2fedec176d3562943668609766fab0b23ff
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    add dired-subtree support
---
 README.md        | 1 +
 apropospriate.el | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 90a5549..2399b93 100644
--- a/README.md
+++ b/README.md
@@ -88,3 +88,4 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Ansi-Term
 * Neotree
 * Hydra
+* Dired Subtree
diff --git a/apropospriate.el b/apropospriate.el
index 3dfd302..6dadb90 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -358,6 +358,12 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(erm-syn-warnline ((,class (:box nil :underline (:style wave :color 
,orange)))))
      `(dired-directory ((,class (:foreground ,brown))))
      `(dired-header ((,class (:inherit header-line))))
+     `(dired-subtree-depth-1-face ((,class (:background ,base00-1))))
+     `(dired-subtree-depth-2-face ((,class (:background ,base00-2))))
+     `(dired-subtree-depth-3-face ((,class (:background ,base00-2))))
+     `(dired-subtree-depth-4-face ((,class (:background ,base00-3))))
+     `(dired-subtree-depth-5-face ((,class (:background ,base00-3))))
+     `(dired-subtree-depth-6-face ((,class (:background ,base00-3))))
      `(diredp-compressed-file-suffix ((,class (:foreground ,blue))))
      `(diredp-dir-heading ((,class (:inherit dired-header))))
      `(diredp-dir-priv ((,class (:foreground ,cyan :background nil))))



reply via email to

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