emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/material-theme cdd7e19 066/118: make mu4e consistent with


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme cdd7e19 066/118: make mu4e consistent with light theme - headers subtle
Date: Thu, 21 Oct 2021 18:06:21 -0400 (EDT)

branch: elpa/material-theme
commit cdd7e1970a93a8902e2bbc954212666cd3bff00e
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    make mu4e consistent with light theme - headers subtle
---
 material-theme.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/material-theme.el b/material-theme.el
index 75c29d9..bf950e8 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -639,11 +639,12 @@
    `(font-latex-warning-face              ((t (:inherit 
font-lock-warning-face))))
 
    ;; mu4e
+   `(mu4e-header-face ((,class (:foreground ,subtle :inherit nil))))
    `(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-replied-face ((,class (:foreground ,blue :inherit nil))))
-   `(mu4e-unread-face ((,class (:foreground ,yellow :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))))
    `(mu4e-cited-2-face ((,class (:inherit outline-2 :slant normal))))
    `(mu4e-cited-3-face ((,class (:inherit outline-3 :slant normal))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]