No description
Find a file
2011-12-03 21:40:55 -08:00
README.md README: what the deuce is marmalade 2011-12-03 22:20:39 -05:00
solarized-dark-theme.el renamed solarized-core to solarized-theme 2011-12-04 00:23:14 +02:00
solarized-light-theme.el renamed solarized-core to solarized-theme 2011-12-04 00:23:14 +02:00
solarized-theme-pkg.el fixed a typo 2011-12-04 00:19:42 +02:00
solarized-theme.el Killed trailing , 2011-12-03 20:51:23 -08:00

Prelude

Solarized for Emacs is an Emacs port of the Solarized theme for vim, developed by Ethan Schoonover.

Solarized for Emacs is tested only under Emacs 24, but should be working under Emacs 23 as well. The theme is implemented in terms of customizations and deftheme and does not require the color-theme-package.

Installation

Emacs Prelude

Solarized for Emacs is already bundled into Emacs Prelude. If you're a Prelude user, just do a M-x load-theme and pick either solarized-dark or solarized-light.

Stand-alone installation

Download solarized-theme.el, solarized-dark-theme.el and solarized-light-theme.el.

Place solarized-theme.el is a folder that's on your Emacs' load-path. Afterward place solarized-dark-theme.el and solarized-light-theme.el in ~/.emacs.d/themes (or some other folder if you prefer so). Add this your .emacs.d:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")

Now you can load the theme with the interactive function load-theme.

Marmalade

Solarized for Emacs is available for installation via the Marmalade repo:

M-x package-install solarized-theme

Afterwards - business as usual, just load one of the theme variants with M-x load-theme.

Bugs & Improvements

Please, report any problems that you find on the projects integrated issue tracker. If you've added some improvements and you want them included upstream don't hesitate to send me a patch or even better - a GitHub pull request.

Contributors

So far - none. You could be the first. :-)