This is an alternate Emacs color-theme version of Ethan Schoonover's popular "Solarized" theme pair.
If you have Emacs 24, which includes package.el, you can just install the theme using the package on MELPA.
Add the directory containing this README to your Emacs load-path
,
and require
the main file:
(add-to-list 'load-path "/dir/containing/color-theme-sanityinc-solarized")
(require 'color-theme-sanityinc-solarized)
In recent versions of Emacs which have good built-in theme support,
you can just use M-x customize-themes
to select themes.
Alternative, the following commands should work in order to activate one or other of the themes:
M-x color-theme-sanityinc-solarized-light
M-x color-theme-sanityinc-solarized-dark
See the Solarized page for more info.
Thanks to Greg Pfeil for color-theme-solarized
, of which these
themes are a different formulation, providing a different set of faces
and a few different choices. You might want to use his version
instead.
💝 Support this project and my other Open Source work via Patreon