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

17 lines
968 B
Plaintext
Raw Normal View History

(:name color-theme-tomorrow
:description "Emacs highlighting using Chris Charles's Tomorrow color scheme"
:type github
:pkgname "ccharles/Tomorrow-Theme"
2011-10-17 01:33:53 +08:00
:depends color-theme
:prepare (progn
(autoload 'color-theme-tomorrow "GNU Emacs/color-theme-tomorrow"
"color-theme: tomorrow" t)
(autoload 'color-theme-tomorrow-night "GNU Emacs/color-theme-tomorrow"
"color-theme: tomorrow-night" t)
(autoload 'color-theme-tomorrow-night-eighties "GNU Emacs/color-theme-tomorrow"
"color-theme: tomorrow-night-eighties" t)
(autoload 'color-theme-tomorrow-night-blue "GNU Emacs/color-theme-tomorrow"
"color-theme: tomorrow-night-blue" t)
(autoload 'color-theme-tomorrow-night-bright "GNU Emacs/color-theme-tomorrow"
"color-theme: tomorrow-night-bright" t)))