el-get/recipes/tomorrow-night-paradise-theme.rcp
Simon Ye 585277b079 Change theme adding to custom-theme-load-path in :prepare instead of
:post-init.

Similar to other theme recipes.
2014-04-08 18:43:41 -07:00

9 lines
462 B
Plaintext

(:name tomorrow-night-paradise-theme
:description "A light-on-dark Emacs theme which is essentially a tweaked version of Chris Kempson's Tomorrow Night Bright theme."
:website "https://github.com/jimeh/tomorrow-night-paradise-theme.el"
:type github
:pkgname "jimeh/tomorrow-night-paradise-theme.el"
:minimum-emacs-version 24
:prepare (add-to-list 'custom-theme-load-path
default-directory))