el-get/recipes/color-theme-solarized.rcp
2011-11-21 11:14:29 +01:00

12 lines
606 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 ()
(add-to-list 'custom-theme-load-path pdir)
(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)))