branch: elpa/dracula-theme
commit 6e74fb7a85299a69e490ca4f69c0674786f7747d
Author: Julien Cubizolles <[email protected]>
Commit: Julien Cubizolles <[email protected]>
New faces for Gnus group/summary views
---
dracula-theme.el | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dracula-theme.el b/dracula-theme.el
index bab360b..02f45a5 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -111,10 +111,39 @@
`(ido-only-match ((,class (:foreground ,warning))))
`(org-sexp-date ((,class (:foreground ,fg4))))
`(ido-first-match ((,class (:foreground ,keyword :bold t))))
+ `(gnus-group-mail-1 ((,class (:foreground ,keyword :bold t))))
+ `(gnus-group-mail-1-empty ((,class (:inherit gnus-group-mail-1 :bold nil))))
+ `(gnus-group-mail-2 ((,class (:foreground ,const :bold t))))
+ `(gnus-group-mail-2-empty ((,class (:inherit gnus-group-mail-2 :bold nil))))
+ `(gnus-group-mail-3 ((,class (:foreground ,comment :bold t))))
+ `(gnus-group-mail-3-empty ((,class (:inherit gnus-group-mail-3 :bold nil))))
+ `(gnus-group-mail-low ((,class (:foreground ,bg5 :bold t))))
+ `(gnus-group-mail-low-empty ((,class (:inherit gnus-group-mail-low :bold
nil))))
+ `(gnus-group-news-1 ((,class (:foreground ,keyword :bold t))))
+ `(gnus-group-news-1-empty ((,class (:inherit gnus-group-news-1 :bold nil))))
+ `(gnus-group-news-2 ((,class (:foreground ,const :bold t))))
+ `(gnus-group-news-2-empty ((,class (:inherit gnus-group-news-2 :bold nil))))
+ `(gnus-group-news-3 ((,class (:foreground ,comment :bold t))))
+ `(gnus-group-news-3-empty ((,class (:inherit gnus-group-news-3 :bold nil))))
+ `(gnus-group-news-low ((,class (:foreground ,bg5 :bold t))))
+ `(gnus-group-news-low-empty ((,class (:inherit gnus-group-news-low :bold
nil))))
+ `(gnus-group-news-4 ((,class (:inherit gnus-group-news-low))))
+ `(gnus-group-news-4-empty ((,class (:inherit gnus-group-news-low-empty))))
+ `(gnus-group-news-5 ((,class (:inherit gnus-group-news-low))))
+ `(gnus-group-news-5-empty ((,class (:inherit gnus-group-news-low-empty))))
+ `(gnus-group-news-6 ((,class (:inherit gnus-group-news-low))))
+ `(gnus-group-news-6-empty ((,class (:inherit gnus-group-news-low-empty))))
`(gnus-header-content ((,class (:foreground ,keyword))))
`(gnus-header-from ((,class (:foreground ,var))))
`(gnus-header-name ((,class (:foreground ,type))))
`(gnus-header-subject ((,class (:foreground ,func :bold t))))
+ `(gnus-summary-normal-unread ((,class (:foreground ,comment :weight
normal))))
+ `(gnus-summary-normal-read ((,class (:foreground ,bg5 :weight normal))))
+ `(gnus-summary-normal-ticked ((,class (:foreground ,keyword :weight
light))))
+ `(gnus-summary-selected ((,class (:inverse-video t))))
+ `(gnus-summary-markup-face ((,class (:foreground ,const))))
+ `(gnus-summary-normal-ancient ((,class (:inherit
gnus-summary-normal-read))))
+ `(spam ((,class (:inherit gnus-summary-normal-read :foreground ,warning
:strike-through t :slant oblique))))
`(mu4e-view-url-number-face ((,class (:foreground ,type))))
`(mu4e-cited-1-face ((,class (:foreground ,fg2))))
`(mu4e-cited-7-face ((,class (:foreground ,fg3))))