diff --git a/recipes/base16.rcp b/recipes/base16.rcp new file mode 100644 index 00000000..b293fa60 --- /dev/null +++ b/recipes/base16.rcp @@ -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))