diff --git a/README.md b/README.md index 82a0663..0981cce 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 e8c684d..d26581a 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))