tinted-theming / base16-emacs

Base16 themes for Emacs
MIT License
382 stars 77 forks source link

Update to use new builder system #20

Closed belak closed 8 years ago

belak commented 8 years ago

There's a new builder system as described in the main base16 repo.

I've got it working in my own repo, here.

Though, that repo uses a different melpa recipe, it could easily be changed to generate all files in the main dir (update the template config to use . as opposed to build for the directory)

This is what I'm using with quelpa:

(base16-theme :fetcher github :repo "belak/base16-emacs" :files ("*.el" "build/*.el"))

I would also be willing to maintain this if you don't have the time or aren't interested any more.

belak commented 8 years ago

This has been resolved