tinted-theming / home

Style systems and smart build tooling for crafting high fidelity color schemes and easily using them in all your favorite apps.
MIT License
255 stars 12 forks source link

Adjust styling spec to specify "bright" ansi names and format document #110

Closed JamyGolden closed 1 week ago

JamyGolden commented 2 weeks ago
JamyGolden commented 1 week ago

I've just pushed a change to assume the non-bright variants are "default" or first-class by mentioning them first. Either way it doesn't really play a big role in this spec, but it has an affect on scheme-systems that are a superset of base16, such as base24. Base24 assumes 08-0E are less-saturated/non-bright so I feel like this change is a good addition without breaking superset scheme-systems (not that we can't break them in future, just there isn't a strong enough reason to break them now).

FredHappyface commented 1 week ago

Yeah absolutely happy with this :)