1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Change gnus mailbox colors

This commit is contained in:
Tom Willemse 2013-05-24 20:06:52 +02:00
parent 5ed667f880
commit 8bd0a6a5ca

View file

@ -158,8 +158,10 @@
`(gnus-cite-7 ((t (:foreground ,blue5)))) `(gnus-cite-7 ((t (:foreground ,blue5))))
`(gnus-cite-8 ((t (:foreground ,purple5)))) `(gnus-cite-8 ((t (:foreground ,purple5))))
`(gnus-cite-9 ((t (:foreground ,magenta5)))) `(gnus-cite-9 ((t (:foreground ,magenta5))))
`(gnus-group-mail-3 ((t (:foreground ,cyan5)))) `(gnus-group-mail-3 ((t (:foreground ,cyan6 :weight bold))))
`(gnus-group-mail-3-empty ((t (:foreground ,cyan5)))) `(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-content ((t (:foreground ,gray4 :slant italic))))
`(gnus-header-from ((t (:weight bold)))) `(gnus-header-from ((t (:weight bold))))
`(gnus-header-name ((t (:foreground ,blue5 :weight bold)))) `(gnus-header-name ((t (:foreground ,blue5 :weight bold))))