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

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

[nongnu] elpa/gruvbox-theme be411a095b 217/258: Add faces for wgrep (#13


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme be411a095b 217/258: Add faces for wgrep (#136)
Date: Sat, 1 Jan 2022 01:59:47 -0500 (EST)

branch: elpa/gruvbox-theme
commit be411a095b8b7eb7e79bb72a2737089a24ef2233
Author: Kao FĂ©lix <kcfelix@gmail.com>
Commit: Jason Milkins <jasonm23@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))



reply via email to

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