sellout / emacs-color-theme-solarized

Emacs highlighting using Ethan Schoonover’s Solarized color scheme
http://ethanschoonover.com/solarized
MIT License
1.15k stars 201 forks source link

Problem with Solarized in iTerm2/Emacs on OS X #54

Closed creese closed 12 years ago

creese commented 12 years ago

I don't know if this is a configuration problem or a true bug when I use solarized-dark in emacs, the background is bright yellow-green. When I'm not in emacs, solarized-dark looks as it's suppose to. I think solarized light is also having issues. I can see semicolons, but not text that follows them (in a lisp comment).

.emacs:

(when (load (expand-file-name "~/.emacs.d/elpa/package.el")) (package-initialize)) (add-to-list 'load-path "~/.emacs.d/load-path") (require 'linum) (require 'color-theme) (color-theme-initialize) (require 'color-theme-solarized) (color-theme-solarized-dark)

creese commented 12 years ago

GNU Emacs 22.1.1 (mac-apple-darwin) of 2011-06-24 on doublemagnum.apple.com Using color-theme.

creese commented 12 years ago

Here a screenshot showing emacs in solarized-dark in iTerm 2 also running solarized-dark.

solarized-dark

sellout commented 12 years ago

Hopefully this issue is fixed. Please reopen issue #22 if it's still an issue.