sellout / emacs-color-theme-solarized

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

Wrong Type Argument: listp, t #125

Open jeffmaner opened 9 years ago

jeffmaner commented 9 years ago

Complete n00b to Emacs. I'm actually a gVim fan, running viper in Emacs. Anyway, I apologize for the lack of Emacs sophistication on my part. When I add (load-theme 'solarized-light t) to my init.el file (I just downloaded the latest version of Emacs--24.3.1) and then start up Emacs, I'm told: Wrong type argument: listp, t. I also added (custom-theme-load-path t "c:/users/xxxx/AppData/Roaming/.emacs.d/custom-themes/emacs-color-theme-solarized") to custom-set-variables. Please advise. Thanks!

jeffmaner commented 9 years ago

Okay, I gave up, reversed the changes I made to my init.el, installed the package manager, and installed solarized that way. It immediately worked. I restarted Emacs, and solarized was no longer active. So I managed themes, selected solarized, and now only the first and last column are solarized. Everything else is just normal. What am I missing?

sellout commented 9 years ago

Could you try again with the most recent version from master? I just did a major overhaul. Also, with the new changes there is no -light or -dark, it will be just (load-theme 'solarized t) and light/dark is determined based on the frame’s background-mode.