solarized-emacs

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

commit 265e196ca6476654b9474498376df5b06c19277f
parent 66479e66ef2e659b933df2274a7ac0cdba9699e9
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Sat,  3 Dec 2011 10:48:19 +0200

fixed #1

Diffstat:
Msolarized-core.el | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/solarized-core.el b/solarized-core.el @@ -445,12 +445,13 @@ `(wl-highlight-summary-displaying-face ((,class (:underline t :weight bold)))) ;; which-func-mode - `(which-func ((,class (:foreground ,green))))))) + `(which-func ((,class (:foreground ,green)))))) + + (custom-theme-set-variables + (if (eq variant 'light) 'solarized-light 'solarized-dark) + '(ansi-color-names-vector [solarized-bg red green yellow + blue magenta cyan solarized-fg]))) -(custom-theme-set-variables - 'solarized - '(ansi-color-names-vector [solarized-bg red green yellow - blue magenta cyan solarized-fg])) ;; Local Variables: ;; no-byte-compile: t