From 8bd0a6a5cad4d1525e4cb4cd59b091bc5149aad2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 24 May 2013 20:06:52 +0200 Subject: Change gnus mailbox colors --- yoshi-theme.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)))) -- cgit v1.2.3-54-g00ecf