emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme 6d7da46 060/118: add neotree styling -


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 6d7da46 060/118: add neotree styling - closes #18
Date: Thu, 21 Oct 2021 18:02:23 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 6d7da46cebfba5b0cb75db9726d95e23a0ae7e88
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    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

[Prev in Thread] Current Thread [Next in Thread]