tinted-theming / base16-builder-go

A base16 builder written in go, focused on convenience for template maintainers.
MIT License
50 stars 8 forks source link

Initial commit supporting 0.11.0-dev #22

Closed belak closed 9 months ago

belak commented 2 years ago

This adds support for a number of things:

This wasn't as crazy as I expected to support, though it doesn't add support for variables and overrides as specified in the new base17 scheme files.

This is completely backwards compatible for templates - this commit in base16-emacs was built using this branch.

Supercedes #21 and #18

belak commented 9 months ago

Closing in favor of #28