solarized-emacs

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

commit 609bf907aa3914e633392d468aed6e1275eb17b2
parent 6855049c84d03682c5f0f957e4330610a3c8f3e8
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun,  5 Oct 2014 06:15:40 +0200

Merge pull request #132 from myuhe/navi2ch

Add navi2ch face.
Diffstat:
Msolarized.el | 39+++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1495,6 +1495,45 @@ customize the resulting theme." (eq variant 'light) (list yellow base03 0.2) (list cyan base03 0.3))))))) + ;;navi2ch + `(navi2ch-list-category-face ((,class (:foreground ,base0 :background ,blue :weight bold)))) + `(navi2ch-list-category-face ((,class (:foreground ,blue )))) + `(navi2ch-list-add-board-name-face ((,class (:foreground ,yellow)))) + `(navi2ch-list-board-name-face ((,class (:foreground ,blue)))) + `(navi2ch-list-change-board-name-face ((,class (:foreground ,green :weight bold)))) + `(navi2ch-bm-unread-face ((,class (:foreground ,green)))) + `(navi2ch-bm-view-face ((,class (:foreground ,yellow)))) + `(navi2ch-bm-cache-face ((,class (:foreground ,blue)))) + `(navi2ch-bm-update-face ((,class (:foreground ,orange)))) + `(navi2ch-bm-down-face ((,class (:foreground ,base03)))) + `(navi2ch-bm-mark-face ((,class (:foreground ,red)))) + `(navi2ch-bm-new-unread-face ((,class (:foreground ,green)))) + `(navi2ch-bm-new-view-face ((,class (:foreground ,yellow)))) + `(navi2ch-bm-new-cache-face ((,class (:foreground ,blue)))) + `(navi2ch-bm-new-update-face ((,class (:foreground ,orange)))) + `(navi2ch-bm-new-mark-face ((,class (:foreground ,red)))) + `(navi2ch-bm-updated-unread-face ((,class (:foreground ,green)))) + `(navi2ch-bm-updated-view-face ((,class (:foreground ,yellow)))) + `(navi2ch-bm-updated-cache-face ((,class (:foreground ,blue)))) + `(navi2ch-bm-updated-update-face ((,class (:foreground ,orange)))) + `(navi2ch-bm-updated-navi2ch-bm-updated-mark-facemark-face ((,class (:foreground ,red)))) + `(navi2ch-bm-seen-unread-face ((,class (:foreground ,green)))) + `(navi2ch-bm-seen-view-face ((,class (:foreground ,yellow)))) + `(navi2ch-bm-seen-cache-face ((,class (:foreground ,blue)))) + `(navi2ch-bm-seen-update-face ((,class (:foreground ,orange)))) + `(navi2ch-bm-seen-mark-face ((,class (:foreground ,red)))) + `(navi2ch-article-header-face ((,class (:foreground ,base03)))) + `(navi2ch-article-header-contents-face ((,class (:foreground ,blue)))) + `(navi2ch-article-header-fusianasan-face ((,class (:foreground ,blue :underline t)))) + `(navi2ch-article-link-face ((,class (:weight bold)))) + `(navi2ch-article-url-face ((,class (:weight bold)))) + `(navi2ch-article-citation-face ((,class (:foreground ,yellow)))) + `(navi2ch-article-auto-decode-face ((,class (:foreground ,base03)))) + `(navi2ch-article-message-separator-face ((,class (:foreground ,green)))) + `(navi2ch-splash-screen-face ((,class (:foreground ,cyan)))) + `(navi2ch-message-link-face ((,class (:weight bold)))) + `(navi2ch-message-url-face ((,class (:weight bold)))) + `(navi2ch-message-citation-face ((,class (:foreground ,magenta)))) ;; org-mode `(org-agenda-structure