Crates.io | base16-palettes |
lib.rs | base16-palettes |
version | 0.1.0 |
source | src |
created_at | 2024-01-16 22:27:42.482956 |
updated_at | 2024-01-16 22:27:42.482956 |
description | A representation of the Base16 palettes in Rust |
homepage | |
repository | https://github.com/TylerBloom/base16-palettes |
max_upload_size | |
id | 1102051 |
size | 89,511 |
This is a simple crate that encodes all of the Base16 palettes into Rust code. A color is encoded in a universal representation that is then intrepretted into RGB and hex representation through a palette.
The currently supported palettes are those that are in the base16 repo's README. A few of the listed themes are unavailable. If you would like to have support added for your favorite missing theme, open an issue or PR.