branch: elpa/spacemacs-theme
commit 5635d6bbc76e6f06b99fa5dac6e6fd6675459ca6
Merge: f4757d701aa a99170740d9
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #214 from meritamen/master
    
    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))))

Reply via email to