Misterio77 / nix-colors

Modules and schemes to make theming with Nix awesome.
GNU General Public License v3.0
488 stars 42 forks source link

Fetch schemes from base16-project, reorganize lib #16

Closed Misterio77 closed 2 years ago

Misterio77 commented 2 years ago

This is a major change, but the only breaking change is the lib function namespace.

You can now use either nix-colors-style schemes, or base16 YAML schemes directly, using the new schemeFromYAML function.

Opinionated functions have been moved into lib-contrib.

base16 has moved to an org, so with that in mind we no longer need to vendor schemes here.

Docs has been updated, and the repo was cleaned up from now-unneeded stuff.

All occurences of "color(S|s)cheme(s)" have been normalized to "colorScheme(s)", with "colorscheme(s)" as aliases.

Changelog: