branch: elpa/apropospriate-theme
commit b4d5a2fedec176d3562943668609766fab0b23ff
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
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))))