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

solarized themes not working on Mountain Lion #76

Closed arunabha closed 9 years ago

arunabha commented 11 years ago

I'm using Emacs 24 for Mountain Lion

The solarized themes are available in load-themes, but selecting any solarized theme results in the following error.

'Symbol's function definition is void: find-color'. My .emacs is pretty bare

(add-to-list 'custom-theme-load-path "path-to/emacs-color-theme-solarized") (transient-mark-mode 't)

Any ideas on how to fix

adben commented 11 years ago

did you tried the marmalade repository's solarized version?

http://marmalade-repo.org/packages?q=solarized

tsdeng commented 11 years ago

I have the same problem, I used marmalade, the error happens when emacs is started with GUI(Cocoa) on OSX Mountain Lion

adben commented 11 years ago

maybe you can try this emacs build (up-to-date and with mountain lion support) https://github.com/railwaycat/emacs-mac-port

sellout commented 9 years ago

The new version no longer has a find-color function … hopefully that will avoid the issue.