branch: elpa/gruvbox-theme commit be411a095b8b7eb7e79bb72a2737089a24ef2233 Author: Kao Félix <kcfe...@gmail.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
Add faces for wgrep (#136) --- gruvbox.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gruvbox.el b/gruvbox.el index 8c332f61ca..87cd27fcb5 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -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))