branch: elpa/apropospriate-theme
commit 6d7da46cebfba5b0cb75db9726d95e23a0ae7e88
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    add neotree styling - closes #18
---
 README.md        | 1 +
 apropospriate.el | 7 ++++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f38b1d1..119c0c7 100644
--- a/README.md
+++ b/README.md
@@ -78,3 +78,4 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Aznu
 * Wgrep
 * Eshell
+* Neotree
diff --git a/apropospriate.el b/apropospriate.el
index 511d3b1..43431eb 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -517,7 +517,12 @@
      `(bm-face ((,class (:inherit secondary-selection))))
      `(bm-persistent-face ((,class (:inherit secondary-selection))))
      `(bm-fringe-face ((,class (:inherit fringe))))
-     `(bm-fringe-persistent-face ((,class (:inherit fringe)))))
+     `(bm-fringe-persistent-face ((,class (:inherit fringe))))
+     `(neo-dir-link-face ((,class (:inherit ido-subdir))))
+     `(neo-expand-btn-face ((,class (:foreground ,base02))))
+     `(neo-header-face ((,class (:inherit header-line))))
+     `(neo-file-link-face ((,class (:foreground ,base03))))
+     `(neo-root-dir-face ((,class (:foregroud ,base02)))))
 
     (custom-theme-set-variables
      theme-name

Reply via email to