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

11 lines
515 B
Plaintext

(:name color-theme-sanityinc
:description "Two pleasant medium-contrast Emacs color themes in light and dark flavours"
:type github
:pkgname "purcell/color-theme-sanityinc"
:depends color-theme
:prepare (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)))