branch: elpa/material-theme
commit ce3760d9b9cb1245299b24bf2b115a5ef62df3d0
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    improved gnus colors
---
 material-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/material-theme.el b/material-theme.el
index 59c90ff..c7fbeef 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -545,8 +545,8 @@
    `(gnus-button ((,class (:inherit link :foreground nil))))
    `(gnus-signature ((,class (:inherit font-lock-comment-face))))
 
-   `(gnus-summary-normal-unread ((,class (:foreground ,blue :weight normal))))
-   `(gnus-summary-normal-read ((,class (:foreground ,foreground :weight 
normal))))
+   `(gnus-summary-normal-unread ((,class (:foreground ,foreground :weight 
bold))))
+   `(gnus-summary-normal-read ((,class (:foreground ,comment :weight normal))))
    `(gnus-summary-normal-ancient ((,class (:foreground ,aqua :weight normal))))
    `(gnus-summary-normal-ticked ((,class (:foreground ,orange :weight 
normal))))
    `(gnus-summary-low-unread ((,class (:foreground ,comment :weight normal))))

Reply via email to