el-get/recipes/color-theme-sanityinc.rcp
2011-10-16 12:33:53 -05:00

11 lines
545 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 (lambda ()
(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)))