solarized-emacs

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

commit 42f8c3da34bb2f84982630074bd2ee9399d70bec
parent 1df8781b5286b6b55d7e11100a076eab7fde66be
Author: Christopher Monsanto <chris@monsan.to>
Date:   Thu, 28 Jun 2012 05:17:51 -0400

Fixed colors in shell.

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

diff --git a/solarized-theme.el b/solarized-theme.el @@ -762,8 +762,8 @@ (custom-theme-set-variables theme-name - '(ansi-color-names-vector [solarized-bg red green yellow - blue magenta cyan solarized-fg]) + `(ansi-color-names-vector [,solarized-bg ,red ,green ,yellow + ,blue ,magenta ,cyan ,solarized-fg]) `(ansi-term-color-vector [unspecific ,base01 ,red ,green ,yellow ,blue ,magenta ,cyan ,base03]) ;; fill-column-indicator `(fci-rule-color ,solarized-hl))