| Crates.io | vividry |
| lib.rs | vividry |
| version | 0.2.2 |
| created_at | 2025-07-28 23:06:34.502054+00 |
| updated_at | 2025-07-30 03:25:18.257325+00 |
| description | A hobbyist rewrite of the `pastel` project |
| homepage | https://github.com/vazpera/vividry |
| repository | https://github.com/vazpera/vividry |
| max_upload_size | |
| id | 1771700 |
| size | 17,132 |
A color palette generator
For releases through Crates.io
cargo install vividry
For development releases
cargo install --git https://github.com/vazpera/vividry
For now, vividry only accepts input colors in the form of hexadecimal values
vividry gradient accepts a list of colors and an optional -n or --number flag for specifying number of total colors, which is by default 5vividry convert accepts a list of colors and an optional -t or -to flag for specifying destination format, can be either RGB or HSV, defaults to RGBPiping with vividry leverages xargs, see below
vividry gradient "#ff0000" "#ffff00" -n 15 | xargs vividry convert