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

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

[nongnu] elpa/gruvbox-theme efa2d45102 123/258: Added faces for mu4e


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme efa2d45102 123/258: Added faces for mu4e
Date: Sat, 1 Jan 2022 01:59:36 -0500 (EST)

branch: elpa/gruvbox-theme
commit efa2d4510242c45519892ee28933b5789d9b545d
Author: Martijn Terpstra <bigmartijn@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Added faces for mu4e
    
    I only need to define 3 faces, the other faces of mu4e look fine
    because they inherit from other faces defined in this theme
---
 gruvbox-theme.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index 3bf129c58c..e55fa980dc 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -187,7 +187,7 @@
   ;; Highlight indentation mode
   (highlight-indentation-current-column-face (:background gruvbox-dark2))
   (highlight-indentation-face                (:background gruvbox-dark1))
-  
+
   ;; Highlight linum
   (linum-highlight-face                      (:background gruvbox-dark1 
:foreground gruvbox-neutral_yellow))
 
@@ -422,6 +422,11 @@
   (ivy-minibuffer-match-face-3               (:foreground 
gruvbox-faded_orange))
   (ivy-minibuffer-match-face-4               (:foreground 
gruvbox-faded_yellow))
 
+  ;; mu4e
+  (mu4e-header-key-face                      (:foreground gruvbox-bright_green 
:weight 'bold ))
+  (mu4e-unread-face                          (:foreground gruvbox-bright_blue 
:weight 'bold ))
+  (mu4e-highlight-face                       (:foreground 
gruvbox-neutral_green))
+
   ;; MODE SUPPORT: dired+
   (diredp-file-name                          (:foreground gruvbox-light2))
   (diredp-file-suffix                        (:foreground gruvbox-light4))



reply via email to

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