Merge pull request #1688 from stepfunction/master

Add recipe for the base16 color theme.
This commit is contained in:
Dimitri Fontaine 2014-04-08 09:27:08 +02:00
commit 0a0559306e

7
recipes/base16.rcp Normal file
View File

@ -0,0 +1,7 @@
(:name base16
:description "Base16 color theme for GNU Emacs"
:website "http://chriskempson.github.io/base16/"
:type github
:pkgname "neil477/base16-emacs"
:minimum-emacs-version 24
:post-init (add-to-list 'custom-theme-load-path default-directory))