Skip to content

Commit

Permalink
Add faces for wgrep (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaofelix authored and jasonm23 committed Apr 1, 2019
1 parent c00b1f0 commit be411a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gruvbox.el
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,13 @@ Should contain 2 %s constructs to allow for theme name and directory/prefix")
(tabbar-selected (:inherit 'tabbar-default :foreground gruvbox-bright_yellow))
(tabbar-selected-modified (:inherit 'tabbar-selected))

;; wgrep
(wgrep-delete-face (:strike-through gruvbox-bright_red))
(wgrep-done-face (:foreground gruvbox-turquoise4))
(wgrep-face (:underline (:color gruvbox-bright_yellow :style 'line)))
(wgrep-file-face (:inherit 'highlight))
(wgrep-reject-face (:foreground gruvbox-bright_red :bold t))

;; hydra
(hydra-face-red (:foreground gruvbox-bright_red :weight 'bold))
(hydra-face-blue (:foreground gruvbox-bright_blue :weight 'bold))
Expand Down

0 comments on commit be411a0

Please sign in to comment.