branch: elpa/spacemacs-theme
commit 35a32b2978c1b6a0b8fa0f7abd3f56e48f8a4c96
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Neotree done
---
 spacemacs-dark-theme.el  | 6 ++++++
 spacemacs-light-theme.el | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 1287ef5e33..1c84d39870 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -235,6 +235,12 @@
    `(eshell-ls-special ((,class (:foreground ,yellow :weight bold))))
    `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold))))
 
+;;;;; neotree
+   `(neo-root-dir-face ((,class (:foreground ,func :weight bold))))
+   `(neo-dir-link-face ((,class (:foreground ,inf :weight bold))))
+   `(neo-file-link-face ((,class (:foreground ,base))))
+   `(neo-expand-btn-face ((,class (:foreground ,base))))
+
 ;;;;; other, need more work
    `(custom-button ((,class (:background ,yellow))))
    `(org-code ((,class (:foreground ,base))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index bb47d37ccb..eec26df453 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -235,6 +235,12 @@
    `(eshell-ls-special ((,class (:foreground ,yellow :weight bold))))
    `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold))))
 
+;;;;; neotree
+   `(neo-root-dir-face ((,class (:foreground ,func :weight bold))))
+   `(neo-dir-link-face ((,class (:foreground ,inf :weight bold))))
+   `(neo-file-link-face ((,class (:foreground ,base))))
+   `(neo-expand-btn-face ((,class (:foreground ,base))))
+
 ;;;;; other, need more work
    `(org-code ((,class (:foreground ,base))))
    `(org-hide ((,class (:foreground ,base))))

Reply via email to