el-get/recipes/color-theme-solarized.rcp

11 lines
543 B
Plaintext
Raw Normal View History

2011-04-02 22:07:14 +08:00
(: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
2011-10-17 01:33:53 +08:00
: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)))