branch: elpa/spacemacs-theme
commit a99170740d90de17df2fad68d18a64a20c675e46
Author: Mrjt Jmn <[email protected]>
Commit: Mrjt Jmn <[email protected]>
Add support for diredfl
---
spacemacs-theme.el | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index b1cee096272..0877a2cb8e2 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -342,6 +342,22 @@ to `auto', tags may not be properly aligned. "
`(dired-symlink ((,class (:foreground ,cyan :background ,bg1 :inherit
bold))))
`(dired-warning ((,class (:foreground ,war))))
+;;;;; diredfl
+ `(diredfl-file-name ((,class (:foreground ,base))))
+ `(diredfl-file-suffix ((,class (:foreground ,magenta))))
+ `(diredfl-dir-name ((,class (:foreground ,keyword :inherit bold))))
+ `(diredfl-symlink ((,class (:foreground ,cyan :background ,bg1 :inherit
bold))))
+ `(diredfl-deletion-file-name ((,class (:foreground ,red))))
+ `(diredfl-ignored-file-name ((,class (:inherit shadow))))
+ `(diredfl-dir-heading ((,class (:foreground ,comp :inherit bold))))
+ `(diredfl-date-time ((,class (:foreground ,yellow))))
+ `(diredfl-number ((,class (:foreground ,keyword))))
+ `(diredfl-write-priv ((,class (:foreground ,magenta))))
+ `(diredfl-exec-priv ((,class (:foreground ,cyan))))
+ `(diredfl-read-priv ((,class (:foreground ,aqua))))
+ `(diredfl-no-priv ((,class (:foreground ,base))))
+ `(diredfl-dir-priv ((,class (:foreground ,type))))
+
;;;;; dired-subtree
`(dired-subtree-depth-1-face ((,class (:background ,bg1))))
`(dired-subtree-depth-2-face ((,class (:background ,bg1))))