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 attempt to add base24 support #18

Closed belak closed 9 months ago

belak commented 2 years ago

I've been meaning to do this for a while, but never got around to it. This is very experimental (I haven't tested this directly), but it should work.

One thing that might be nice to do in the future is add more official support for base24 schemes as an "extended palate" and provide a way for templates to either use it or not, though I don't know exactly what that looks like yet.

CC @FredHappyface

FredHappyface commented 2 years ago

Hey, cheers for copying me into this. Not all that familiar with Go beyond a couple 'hello world' type programs but looks good to me 🙂

belak commented 9 months ago

Closed in favor of #28