branch: elpa/spacemacs-theme
commit a7e76aeb0a62f986e0469183728407c7bcbf4993
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Improved support to mu4e (Fix #45)
---
spacemacs-common.el | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 6d998ba455..7aa3e28ca6 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -549,11 +549,25 @@
`(mode-line-inactive ((,class (:foreground ,base :background ,bg1 :box
(:color ,border :line-width 1)))))
;;;;; mu4e
- `(mu4e-cited-1-face ((,class (:foreground ,base))))
- `(mu4e-cited-7-face ((,class (:foreground ,base))))
- `(mu4e-header-key-face ((,class (:foreground ,head2 :inherit bold))))
+ `(mu4e-attach-number-face ((,class (:foreground ,var))))
+ `(mu4e-cited-1-face ((,class (:foreground ,head1))))
+ `(mu4e-cited-2-face ((,class (:foreground ,head2))))
+ `(mu4e-cited-3-face ((,class (:foreground ,head3))))
+ `(mu4e-cited-4-face ((,class (:foreground ,head4))))
+ `(mu4e-cited-5-face ((,class (:foreground ,head1))))
+ `(mu4e-cited-6-face ((,class (:foreground ,head2))))
+ `(mu4e-cited-7-face ((,class (:foreground ,head3))))
+ `(mu4e-draft-face ((,class (:foreground ,var))))
+ `(mu4e-flagged-face ((,class (:foreground ,yellow :inherit bold))))
+ `(mu4e-header-key-face ((,class (:foreground ,meta :inherit bold))))
`(mu4e-header-marks-face ((,class (:foreground ,comp))))
- `(mu4e-unread-face ((,class (:foreground ,yellow :inherit bold))))
+ `(mu4e-header-highlight-face ((,class (:background ,highlight))))
+ `(mu4e-highlight-face ((,class (:foreground ,comp))))
+ `(mu4e-title-face ((,class (:foreground ,head1 :inherit bold))))
+ `(mu4e-replied-face ((,class (:foreground ,green))))
+ `(mu4e-modeline-face ((,class (:foreground ,func))))
+ `(mu4e-special-header-value-face ((,class (:foreground ,green))))
+ `(mu4e-unread-face ((,class (:foreground ,type :inherit bold))))
`(mu4e-view-url-number-face ((,class (:foreground ,comp))))
;;;;; notmuch