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

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

[nongnu] elpa/gruvbox-theme bacc441f67 213/258: Add faces for neotree


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme bacc441f67 213/258: Add faces for neotree
Date: Sat, 1 Jan 2022 01:59:47 -0500 (EST)

branch: elpa/gruvbox-theme
commit bacc441f67a18975eea4cd18af64c069b6d3918f
Author: Kao Felix <kcfelix@gmail.com>
Commit: Kao Felix <kcfelix@gmail.com>

    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

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