diff --git a/yoshi-theme.el b/yoshi-theme.el index 6a079f6..a90027b 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -158,8 +158,10 @@ `(gnus-cite-7 ((t (:foreground ,blue5)))) `(gnus-cite-8 ((t (:foreground ,purple5)))) `(gnus-cite-9 ((t (:foreground ,magenta5)))) - `(gnus-group-mail-3 ((t (:foreground ,cyan5)))) - `(gnus-group-mail-3-empty ((t (:foreground ,cyan5)))) + `(gnus-group-mail-3 ((t (:foreground ,cyan6 :weight bold)))) + `(gnus-group-mail-3-empty ((t (:foreground ,cyan4)))) + `(gnus-group-news-3 ((t (:foreground ,red6 :weight bold)))) + `(gnus-group-news-3-empty ((t (:foreground ,red4)))) `(gnus-header-content ((t (:foreground ,gray4 :slant italic)))) `(gnus-header-from ((t (:weight bold)))) `(gnus-header-name ((t (:foreground ,blue5 :weight bold))))