el-get/recipes/color-theme-solarized.rcp
2011-10-16 12:33:53 -05:00

11 lines
543 B
Plaintext

(:name color-theme-solarized
:description "Emacs highlighting using Ethan Schoonover's Solarized color scheme"
:type git
:url "https://github.com/sellout/emacs-color-theme-solarized.git"
:depends color-theme
:post-init (lambda ()
(autoload 'color-theme-solarized-light "color-theme-solarized"
"color-theme: solarized-light" t)
(autoload 'color-theme-solarized-dark "color-theme-solarized"
"color-theme: solarized-dark" t)))