branch: elpa/spacemacs-theme
commit 3c1a613a36e80d10ecd4a536d690dca672d41242
Merge: a67771a133 af73931a29
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #113 from jabranham/change-mu4e-modeline
Change mu4e-modeline-face from func to yellow
---
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))))