solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 30af6e4e9bb4f9e28a1d7831073cf6cb2175315c
parent 40ff12a1c1e2a439d6b09e7a6ed428d96a627309
Author: Vitalie Spinu <spinuvit@gmail.com>
Date:   Sun,  4 Aug 2013 13:45:42 +0300

correct gnus faces

  * gnus-group-news-low-empty -> was completely invisible solarized-bg;
    use solarized-comment instead.

  * remove -face postfix. gnus-*-face variables don't take effect (for
    unclear reason they take effect on the manual initialization of the
    theme with load-theme).

  * for consistency all gnus-*-high-* variables are now boldified
    versions of gnus-*-normal-* versions.

Diffstat:
Msolarized.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))))