el-get/recipes/tomorrow-night-paradise-theme.rcp
Jim Myhrberg a82bb82915 Add version requirement to tomorrow and tomorrow-night-paradise themes
Additionally, as far as I can tell both `naquadah-theme` and
`zenburn-theme` should have the same version requirement set. However,
I'll leave that to the respective authors in case I'm wrong :)
2012-06-04 14:35:54 +01:00

9 lines
466 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
:post-init (add-to-list 'custom-theme-load-path
default-directory))