branch: elpa/gruvbox-theme
commit 51a3d7e84d56c2762660f796bdf2c74d3fca3402
Merge: fb4bb8ef27 bacc441f67
Author: Jason Milkins <jason...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #132 from kaofelix/master
    
    Add faces for neotree
---
 README.md  | 1 +
 gruvbox.el | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 82a0663f58..0981ccef3c 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,7 @@ This theme contains custom support for the following features 
and plugins:
 - Magit
 - Markdown
 - Message
+- [Neotree](https://github.com/jaypei/emacs-neotree)
 - Org
 - Popup
 - [RainbowDelimiters](http://www.emacswiki.org/emacs/RainbowDelimiters)
diff --git a/gruvbox.el b/gruvbox.el
index e8c684da13..d26581ab89 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -567,6 +567,14 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (diredp-read-priv                          (:foreground 
gruvbox-bright_red  :background gruvbox-dark_red))
      (diredp-write-priv                         (:foreground 
gruvbox-bright_aqua :background gruvbox-dark_aqua))
 
+     ;; neotree
+     (neo-banner-face                           (:foreground 
gruvbox-bright_purple :bold t))
+     (neo-dir-link-face                         (:foreground 
gruvbox-bright_yellow))
+     (neo-expand-btn-face                       (:foreground 
gruvbox-bright_orange))
+     (neo-file-link-face                        (:foreground gruvbox-light0))
+     (neo-header-face                           (:foreground 
gruvbox-bright_purple))
+     (neo-root-dir-face                         (:inherit neo-banner-face))
+
      ;; eshell
      (eshell-prompt-face                         (:foreground 
gruvbox-bright_aqua))
      (eshell-ls-archive-face                     (:foreground gruvbox-light3))

Reply via email to