solarized-emacs

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

commit 6068271c603f702f29380918f6d9578da7389753
parent 1c257721c6920d34ce6605aade2e3a05e0b1b118
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 26 Mar 2015 18:30:28 +0100

Merge pull request #157 from myuhe/navi2ch

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

diff --git a/solarized.el b/solarized.el @@ -1430,7 +1430,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)))) @@ -1447,7 +1447,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))))