solarized-emacs

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

commit 94e5830732ae5ecd5c8142c1739cbcc615598e3d
parent 80e5b65160c080e020766c6532be328bb37697c4
Author: myuhe <yuhei.maeda@gmail.com>
Date:   Sat, 21 Feb 2015 13:12:22 +0900

tweak navi2ch face

Diffstat:
Msolarized.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1505,7 +1505,7 @@ customize the resulting theme." `(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-down-face ((,class (:foreground ,base1)))) `(navi2ch-bm-mark-face ((,class (:foreground ,red)))) `(navi2ch-bm-new-unread-face ((,class (:foreground ,green)))) `(navi2ch-bm-new-view-face ((,class (:foreground ,yellow)))) @@ -1522,7 +1522,7 @@ customize the resulting theme." `(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-face ((,class (:foreground ,base1)))) `(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))))