solarized-emacs

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

commit faef643b6fd856e4b504a449070c1c017a0009b2
parent 2a6cef0c966cf9214b1279f64f513494493928a9
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 17 Feb 2014 09:32:48 +0100

less contrast weechat colors

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

diff --git a/solarized.el b/solarized.el @@ -1584,9 +1584,8 @@ customize the resulting theme." ;; weechat `(weechat-error-face ((,class (:inherit error)))) - `(weechat-highlight-face ((,class (:foreground ,base1 :weight bold)))) - `(weechat-nick-self-face ((,class (:foreground ,green :weight unspecified - :inverse-video t)))) + `(weechat-highlight-face ((,class (:foreground ,base0 :weight bold)))) + `(weechat-nick-self-face ((,class (:foreground ,base01 :weight unspecified)))) `(weechat-prompt-face ((,class (:inherit minibuffer-prompt)))) `(weechat-time-face ((,class (:foreground ,base01))))