branch: elpa/gruvbox-theme commit efa2d4510242c45519892ee28933b5789d9b545d Author: Martijn Terpstra <bigmart...@gmail.com> Commit: Jason Milkins <jason...@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))