Skip to content

Commit

Permalink
Use gruvbox-ligh0_hard for helm-action so it inverts correctly (#128)
Browse files Browse the repository at this point in the history
Fixes #125
  • Loading branch information
kaofelix authored and jasonm23 committed Feb 10, 2019
1 parent a7c68f3 commit 704a6fb
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 @@ -217,7 +217,7 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix")

;; helm
(helm-M-x-key (:foreground gruvbox-bright_orange ))
(helm-action (:foreground gruvbox-white :underline t))
(helm-action (:foreground gruvbox-light0_hard :underline t))
(helm-bookmark-addressbook (:foreground gruvbox-bright_red))
(helm-bookmark-directory (:foreground gruvbox-bright_purple))
(helm-bookmark-file (:foreground gruvbox-faded_blue))
Expand Down

0 comments on commit 704a6fb

Please sign in to comment.