commit f01d81f9a01051c8e8a046a1a02953caf5026a87
parent 59dde8d41d1271cb063125c59543e980bfdf213a
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 4 Aug 2013 16:49:45 +0200
Merge branch 'master' of github.com:bbatsov/solarized-emacs
Diffstat:
| M | solarized.el | | | 52 | ++++++++++++++++++++++++++-------------------------- |
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -587,43 +587,43 @@ customize the resulting theme."
`(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))))
- `(gnus-header-newsgroups-face ((,class (:inherit message-header-other))))
- `(gnus-header-subject-face ((,class (:inherit message-header-subject))))
- `(gnus-summary-cancelled-face ((,class (:foreground ,orange))))
- `(gnus-summary-high-ancient-face ((,class (:foreground ,blue))))
- `(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-header-content ((,class (:inherit message-header-other))))
+ `(gnus-header-from ((,class (:inherit message-header-other))))
+ `(gnus-header-name ((,class (:inherit message-header-name))))
+ `(gnus-header-newsgroups ((,class (:inherit message-header-other))))
+ `(gnus-header-subject ((,class (:inherit message-header-subject))))
+ `(gnus-summary-cancelled ((,class (:foreground ,orange))))
+ `(gnus-summary-high-ancient ((,class (:foreground ,blue :weight bold))))
+ `(gnus-summary-high-read ((,class (:foreground ,green :weight bold))))
+ `(gnus-summary-high-ticked ((,class (:foreground ,orange :weight bold))))
+ `(gnus-summary-high-unread ((,class (:foreground ,solarized-fg :weight bold))))
`(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-ticked ((,class (:foreground ,orange))))
`(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-ticked ((,class (:foreground ,orange))))
`(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))))
- `(gnus-cite-11-face ((,class (:foreground ,yellow))))
- `(gnus-cite-2-face ((,class (:foreground ,blue))))
- `(gnus-cite-3-face ((,class (:foreground ,blue))))
- `(gnus-cite-4-face ((,class (:foreground ,green))))
- `(gnus-cite-5-face ((,class (:foreground ,green))))
- `(gnus-cite-6-face ((,class (:foreground ,green))))
- `(gnus-cite-7-face ((,class (:foreground ,red))))
- `(gnus-cite-8-face ((,class (:foreground ,red))))
- `(gnus-cite-9-face ((,class (:foreground ,red))))
+ `(gnus-summary-selected ((,class (:foreground ,yellow :weight bold))))
+ `(gnus-cite-1 ((,class (:foreground ,blue))))
+ `(gnus-cite-2 ((,class (:foreground ,blue))))
+ `(gnus-cite-3 ((,class (:foreground ,blue))))
+ `(gnus-cite-4 ((,class (:foreground ,green))))
+ `(gnus-cite-5 ((,class (:foreground ,green))))
+ `(gnus-cite-6 ((,class (:foreground ,green))))
+ `(gnus-cite-7 ((,class (:foreground ,red))))
+ `(gnus-cite-8 ((,class (:foreground ,red))))
+ `(gnus-cite-9 ((,class (:foreground ,red))))
+ `(gnus-cite-10 ((,class (:foreground ,yellow))))
+ `(gnus-cite-11 ((,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-group-news-6-empty ((,class (:foreground ,blue-lc))))
+ `(gnus-group-news-low-empty ((,class (:foreground ,solarized-comments))))
`(gnus-signature ((,class (:foreground ,yellow))))
`(gnus-x-face ((,class (:background ,solarized-fg :foreground ,solarized-bg))))