From d1ebe99c9e777b9108dbd144ad081b0ad6246584 Mon Sep 17 00:00:00 2001 From: Diego Pontoriero Date: Mon, 7 Apr 2014 23:48:11 -0700 Subject: [PATCH] Add recipe for the base16 color theme. --- recipes/base16.rcp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/base16.rcp diff --git a/recipes/base16.rcp b/recipes/base16.rcp new file mode 100644 index 000000000..b293fa601 --- /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))