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

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

[nongnu] elpa/gruvbox-theme eec479fa57 215/258: Set attributes for neo-r


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme eec479fa57 215/258: Set attributes for neo-root-dir-face directly instead of inheriting.
Date: Sat, 1 Jan 2022 01:59:47 -0500 (EST)

branch: elpa/gruvbox-theme
commit eec479fa57b0ebcf421f443d2140cddfbb054e3e
Author: Kao Félix <kcfelix@gmail.com>
Commit: Kao Félix <kcfelix@gmail.com>

    Set attributes for neo-root-dir-face directly instead of inheriting.
    
    Fixes an error for users that don't have neotree installed.
---
 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

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