el-get/recipes/color-theme-sanityinc.rcp
2012-02-22 14:46:21 -08:00

11 lines
541 B
Plaintext

(:name color-theme-sanityinc
:description "Two pleasant medium-contrast Emacs color themes in light and dark flavours"
:type git
:url "https://github.com/purcell/color-theme-sanityinc.git"
:depends color-theme
:post-init (progn
(autoload 'color-theme-sanityinc-light "color-theme-sanityinc"
"color-theme: sanityinc-light" t)
(autoload 'color-theme-sanityinc-dark "color-theme-sanityinc"
"color-theme: sanityinc-dark" t)))