solarized-emacs

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

commit df5decdbc8fd2a6d7d9eaf3786f7ac1c5124c96d
parent f7f6d1278aeabbbdd30baf383a6f5243bc827f01
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Sun, 18 Mar 2012 12:03:18 +0200

fixed #11

Diffstat:
Msolarized-theme.el | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -443,15 +443,15 @@ `(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 + (if (eq variant 'light) 'solarized-light 'solarized-dark) + '(ansi-color-names-vector [solarized-bg red green yellow + blue magenta cyan solarized-fg]) - ;; fill-column-indicator - `(fci-rule-color ,solarized-hl))) + ;; fill-column-indicator + `(fci-rule-color ,solarized-hl)))) ;;;###autoload (when load-file-name