branch: elpa/spacemacs-theme
commit af73931a29718e837fb8f3b12977906688289183
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Change mu4e-modeline-face from func to yellow
Currently in an active buffer, it's pink/purple on top of a slightly
different pink/purple, which isn't great looking. This changes it to
yellow, which looks better.
---
spacemacs-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 713f3a56f0..29ecf3f90c 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -647,7 +647,7 @@ to 'auto, tags may not be properly aligned. "
`(mu4e-highlight-face ((,class (:foreground ,comp))))
`(mu4e-title-face ((,class (:foreground ,head2 :inherit bold))))
`(mu4e-replied-face ((,class (:foreground ,green))))
- `(mu4e-modeline-face ((,class (:foreground ,func))))
+ `(mu4e-modeline-face ((,class (:foreground ,yellow))))
`(mu4e-special-header-value-face ((,class (:foreground ,green))))
`(mu4e-unread-face ((,class (:foreground ,head1 :inherit bold))))
`(mu4e-view-url-number-face ((,class (:foreground ,comp))))