branch: elpa/gruvbox-theme
commit c00b1f0fe466251b9a339752b6d9947767657310
Merge: 51a3d7e84d eec479fa57
Author: Eduardo Lavaque <m...@greduan.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #134 from kaofelix/master
    
    Set attributes for neo-root-dir-face directly instead of inheriting
---
 gruvbox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gruvbox.el b/gruvbox.el
index d26581ab89..8c332f61ca 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -573,7 +573,7 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (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))
+     (neo-root-dir-face                         (:foreground 
gruvbox-bright_purple :bold t))
 
      ;; eshell
      (eshell-prompt-face                         (:foreground 
gruvbox-bright_aqua))

Reply via email to