Solarized-theme

From WikEmacs
Revision as of 11:37, 2 April 2012 by Bozhidar (talk | contribs) (add basic solarized theme page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Solarized theme
Description The Solarized theme, ported to Emacs
Author name of author
Maintainer Bozhidar Batsov
Source https://github.com/bbatsov/solarized-emacs

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.

Solarized Dark

Basic setup

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

See Also

Project Pages