A LCH-based theme centered around a single hue that produces nine colors eventually spaced around the color wheel at nine levels of brightness.
Find a file
2024-05-09 23:42:38 -05:00
examples refactor: expanding on the examples 2024-05-06 20:25:17 -05:00
src feat: added some better logging 2024-05-09 23:42:38 -05:00
.editorconfig chore: initial commit 2024-02-18 22:06:03 -06:00
.envrc feat: generate the theme using postcss 2024-02-24 12:01:13 -06:00
.gitignore build: updating setup flake 2024-03-22 01:08:52 -05:00
.npmignore build: ignore *.tgz in node packages 2024-02-24 15:09:42 -06:00
.prettierignore build: updating setup flake 2024-03-22 01:08:52 -05:00
CODE_OF_CONDUCT.md chore: initial commit 2024-02-18 22:06:03 -06:00
DCO.md build: updating setup flake 2024-03-22 01:08:52 -05:00
flake.lock build: updating setup flake 2024-03-22 01:08:52 -05:00
flake.nix feat: generate the theme using postcss 2024-02-24 12:01:13 -06:00
Justfile feat: reworking the CLI for more standard output 2024-05-09 23:22:47 -05:00
package-lock.json feat: added some better logging 2024-05-09 23:42:38 -05:00
package.json feat: added some better logging 2024-05-09 23:42:38 -05:00
postcss.config.js feat: generate the theme using postcss 2024-02-24 12:01:13 -06:00
README.md feat: added some better logging 2024-05-09 23:42:38 -05:00

Priduck Theme CLI

A CLI for generating a tri-color theme based on a single hue and an even rotation around the color wheel.

Priduck (name is nonscense) is a color theme originally designed for Fedran where the base color is a hue (in degrees, 0-360) with with nine colors based on an even distribution around the wheel with nine-levels of brightness ranging from a near-black to a near-white.

Debugging

The CLI uses debug for logging and (relatively) minor output. The CLI will produce no output unless the DEBUG environment variable is set, such as:

export DEBUG="*"