el-get/recipes/color-theme-solarized.rcp
2012-02-28 16:39:10 -08:00

12 lines
587 B
Plaintext

(:name color-theme-solarized
:description "Emacs highlighting using Ethan Schoonover's Solarized color scheme"
:type github
:pkgname "sellout/emacs-color-theme-solarized"
:depends color-theme
:prepare (progn
(add-to-list 'custom-theme-load-path default-directory)
(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)))