aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-24 20:06:52 +0200
committerGravatar Tom Willemse2013-05-24 20:06:52 +0200
commit8bd0a6a5cad4d1525e4cb4cd59b091bc5149aad2 (patch)
tree4e2e4bcdc61488da38f0fda336140753a3410b71
parent5ed667f8806c536475f1ed216981e2d6a577d0de (diff)
downloadyoshi-theme-8bd0a6a5cad4d1525e4cb4cd59b091bc5149aad2.tar.gz
yoshi-theme-8bd0a6a5cad4d1525e4cb4cd59b091bc5149aad2.zip
Change gnus mailbox colors
-rw-r--r--yoshi-theme.el6
1 files 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))))