Merge pull request #790 from jimeh/add-twilight-anti-bright-theme

Add recipe for Twilight Anti-Bright theme
This commit is contained in:
Ryan Thompson 2012-07-02 20:58:40 -07:00
commit 45a16a541f

View File

@ -0,0 +1,8 @@
(:name twilight-anti-bright-theme
:description "A light-on-dark Emacs theme inspired by the dark-on-light Twilight Bright TextMate theme."
:website "https://github.com/jimeh/twilight-anti-bright-theme"
:type github
:pkgname "jimeh/twilight-anti-bright-theme"
:minimum-emacs-version 24
:post-init (add-to-list 'custom-theme-load-path
default-directory))