Skip to content

Commit

Permalink
Merge pull request #134 from kaofelix/master
Browse files Browse the repository at this point in the history
Set attributes for neo-root-dir-face directly instead of inheriting
  • Loading branch information
greduan authored Mar 30, 2019
2 parents 51a3d7e + eec479f commit c00b1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruvbox.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

1 comment on commit c00b1f0

@nverno
Copy link
Contributor

@nverno nverno commented on c00b1f0 Mar 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This causes my init to fail with (void-variable neo-banner-face)
NVM: I see this was reported yesterday, and this fixes it -- Thanks!

Please sign in to comment.