branch: elpa/material-theme
commit 8d9fb7fa7adeaa29de74658bb2d8999b6e49ded0
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
mu4e: set forwared face
---
material-light-theme.el | 1 +
material-theme.el | 1 +
2 files changed, 2 insertions(+)
diff --git a/material-light-theme.el b/material-light-theme.el
index 258fa8e..a346432 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -650,6 +650,7 @@
`(mu4e-header-highlight-face ((,class (:background ,current-line :underline
nil :inherit region))))
`(mu4e-header-marks-face ((,class (:underline nil :foreground ,yellow))))
`(mu4e-flagged-face ((,class (:foreground ,orange :inherit nil))))
+ `(mu4e-forwarded-face ((,class (:foreground ,aqua :inherit nil))))
`(mu4e-replied-face ((,class (:foreground ,green :inherit nil))))
`(mu4e-unread-face ((,class (:foreground ,foreground :inherit nil))))
`(mu4e-cited-1-face ((,class (:inherit outline-1 :slant normal))))
diff --git a/material-theme.el b/material-theme.el
index b55a8ea..39bf89c 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -643,6 +643,7 @@
`(mu4e-header-highlight-face ((,class (:underline nil :inherit region
:background ,current-line))))
`(mu4e-header-marks-face ((,class (:underline nil :foreground ,yellow))))
`(mu4e-flagged-face ((,class (:foreground ,orange :inherit nil))))
+ `(mu4e-forwarded-face ((,class (:foreground ,aqua :inherit nil))))
`(mu4e-replied-face ((,class (:foreground ,green :inherit nil))))
`(mu4e-unread-face ((,class (:foreground ,foreground :inherit nil))))
`(mu4e-cited-1-face ((,class (:inherit outline-1 :slant normal))))