From a7cdf7b81ee7f08b38532cfc9a79fb72036e1952 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Wed, 19 Jun 2013 13:06:26 +0200 Subject: [PATCH] Fixup Gnus faces Remove the `-face` suffix, because these faces are deprecated aliases. Remove `gnus-group-mail-{4,5,6}[-empty]` faces, because these are not actually defined by Gnus. --- solarized.el | 68 ++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 37 deletions(-) diff --git a/solarized.el b/solarized.el index 932799b..d997e6a 100644 --- a/solarized.el +++ b/solarized.el @@ -516,27 +516,21 @@ `(guide-key/prefix-command-face ((,class (:foreground ,green)))) ;; gnus - `(gnus-group-mail-1-face ((,class (:weight bold :inherit gnus-group-mail-1-empty)))) - `(gnus-group-mail-1-empty-face ((,class (:inherit gnus-group-news-1-empty)))) - `(gnus-group-mail-2-face ((,class (:weight bold :inherit gnus-group-mail-2-empty)))) - `(gnus-group-mail-2-empty-face ((,class (:inherit gnus-group-news-2-empty)))) - `(gnus-group-mail-3-face ((,class (:weight bold :inherit gnus-group-mail-3-empty)))) - `(gnus-group-mail-3-empty-face ((,class (:inherit gnus-group-news-3-empty)))) - `(gnus-group-mail-4-face ((,class (:weight bold :inherit gnus-group-mail-4-empty)))) - `(gnus-group-mail-4-empty-face ((,class (:inherit gnus-group-news-4-empty)))) - `(gnus-group-mail-5-face ((,class (:weight bold :inherit gnus-group-mail-5-empty)))) - `(gnus-group-mail-5-empty-face ((,class (:inherit gnus-group-news-5-empty)))) - `(gnus-group-mail-6-face ((,class (:weight bold :inherit gnus-group-mail-6-empty)))) - `(gnus-group-mail-6-empty-face ((,class (:inherit gnus-group-news-6-empty)))) - `(gnus-group-mail-low-face ((,class (:weight bold :inherit gnus-group-mail-low-empty)))) - `(gnus-group-mail-low-empty-face ((,class (:inherit gnus-group-news-low-empty)))) - `(gnus-group-news-1-face ((,class (:weight bold :inherit gnus-group-news-1-empty)))) - `(gnus-group-news-2-face ((,class (:weight bold :inherit gnus-group-news-2-empty)))) - `(gnus-group-news-3-face ((,class (:weight bold :inherit gnus-group-news-3-empty)))) - `(gnus-group-news-4-face ((,class (:weight bold :inherit gnus-group-news-4-empty)))) - `(gnus-group-news-5-face ((,class (:weight bold :inherit gnus-group-news-5-empty)))) - `(gnus-group-news-6-face ((,class (:weight bold :inherit gnus-group-news-6-empty)))) - `(gnus-group-news-low-face ((,class (:weight bold :inherit gnus-group-news-low-empty)))) + `(gnus-group-mail-1 ((,class (:weight bold :inherit gnus-group-mail-1-empty)))) + `(gnus-group-mail-1-empty ((,class (:inherit gnus-group-news-1-empty)))) + `(gnus-group-mail-2 ((,class (:weight bold :inherit gnus-group-mail-2-empty)))) + `(gnus-group-mail-2-empty ((,class (:inherit gnus-group-news-2-empty)))) + `(gnus-group-mail-3 ((,class (:weight bold :inherit gnus-group-mail-3-empty)))) + `(gnus-group-mail-3-empty ((,class (:inherit gnus-group-news-3-empty)))) + `(gnus-group-mail-low ((,class (:weight bold :inherit gnus-group-mail-low-empty)))) + `(gnus-group-mail-low-empty ((,class (:inherit gnus-group-news-low-empty)))) + `(gnus-group-news-1 ((,class (:weight bold :inherit gnus-group-news-1-empty)))) + `(gnus-group-news-2 ((,class (:weight bold :inherit gnus-group-news-2-empty)))) + `(gnus-group-news-3 ((,class (:weight bold :inherit gnus-group-news-3-empty)))) + `(gnus-group-news-4 ((,class (:weight bold :inherit gnus-group-news-4-empty)))) + `(gnus-group-news-5 ((,class (:weight bold :inherit gnus-group-news-5-empty)))) + `(gnus-group-news-6 ((,class (:weight bold :inherit gnus-group-news-6-empty)))) + `(gnus-group-news-low ((,class (:weight bold :inherit gnus-group-news-low-empty)))) `(gnus-header-content-face ((,class (:inherit message-header-other)))) `(gnus-header-from-face ((,class (:inherit message-header-other)))) `(gnus-header-name-face ((,class (:inherit message-header-name)))) @@ -547,14 +541,14 @@ `(gnus-summary-high-read-face ((,class (:foreground ,green :weight bold)))) `(gnus-summary-high-ticked-face ((,class (:foreground ,orange :weight bold)))) `(gnus-summary-high-unread-face ((,class (:foreground ,solarized-fg :weight bold)))) - `(gnus-summary-low-ancient-face ((,class (:foreground ,blue)))) - `(gnus-summary-low-read-face ((t (:foreground ,green)))) - `(gnus-summary-low-ticked-face ((,class (:foreground ,orange :weight bold)))) - `(gnus-summary-low-unread-face ((,class (:foreground ,solarized-fg)))) - `(gnus-summary-normal-ancient-face ((,class (:foreground ,blue)))) - `(gnus-summary-normal-read-face ((,class (:foreground ,green)))) - `(gnus-summary-normal-ticked-face ((,class (:foreground ,orange :weight bold)))) - `(gnus-summary-normal-unread-face ((,class (:foreground ,solarized-fg)))) + `(gnus-summary-low-ancient ((,class (:foreground ,blue)))) + `(gnus-summary-low-read ((t (:foreground ,green)))) + `(gnus-summary-low-ticked ((,class (:foreground ,orange :weight bold)))) + `(gnus-summary-low-unread ((,class (:foreground ,solarized-fg)))) + `(gnus-summary-normal-ancient ((,class (:foreground ,blue)))) + `(gnus-summary-normal-read ((,class (:foreground ,green)))) + `(gnus-summary-normal-ticked ((,class (:foreground ,orange :weight bold)))) + `(gnus-summary-normal-unread ((,class (:foreground ,solarized-fg)))) `(gnus-summary-selected-face ((,class (:foreground ,yellow :weight bold)))) `(gnus-cite-1-face ((,class (:foreground ,blue)))) `(gnus-cite-10-face ((,class (:foreground ,yellow)))) @@ -567,14 +561,14 @@ `(gnus-cite-7-face ((,class (:foreground ,red)))) `(gnus-cite-8-face ((,class (:foreground ,red)))) `(gnus-cite-9-face ((,class (:foreground ,red)))) - `(gnus-group-news-1-empty-face ((,class (:foreground ,yellow)))) - `(gnus-group-news-2-empty-face ((,class (:foreground ,green)))) - `(gnus-group-news-3-empty-face ((,class (:foreground ,green)))) - `(gnus-group-news-4-empty-face ((,class (:foreground ,blue)))) - `(gnus-group-news-5-empty-face ((,class (:foreground ,blue)))) - `(gnus-group-news-6-empty-face ((,class (:foreground ,solarized-bg)))) - `(gnus-group-news-low-empty-face ((,class (:foreground ,solarized-bg)))) - `(gnus-signature-face ((,class (:foreground ,yellow)))) + `(gnus-group-news-1-empty ((,class (:foreground ,yellow)))) + `(gnus-group-news-2-empty ((,class (:foreground ,green)))) + `(gnus-group-news-3-empty ((,class (:foreground ,green)))) + `(gnus-group-news-4-empty ((,class (:foreground ,blue)))) + `(gnus-group-news-5-empty ((,class (:foreground ,blue)))) + `(gnus-group-news-6-empty ((,class (:foreground ,solarized-bg)))) + `(gnus-group-news-low-empty ((,class (:foreground ,solarized-bg)))) + `(gnus-signature ((,class (:foreground ,yellow)))) `(gnus-x-face ((,class (:background ,solarized-fg :foreground ,solarized-bg)))) ;; helm (these probably needs tweaking)