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

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

[nongnu] elpa/gruvbox-theme c00b1f0fe4 216/258: Merge pull request #134


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme c00b1f0fe4 216/258: Merge pull request #134 from kaofelix/master
Date: Sat, 1 Jan 2022 01:59:47 -0500 (EST)

branch: elpa/gruvbox-theme
commit c00b1f0fe466251b9a339752b6d9947767657310
Merge: 51a3d7e84d eec479fa57
Author: Eduardo Lavaque <me@greduan.com>
Commit: GitHub <noreply@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

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