base16-palettes 0.1.0

A representation of the Base16 palettes in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[![Crates.io](https://img.shields.io/crates/v/base16-palettes.svg)](https://crates.io/crates/base16-palettes)
[![Documentation](https://docs.rs/base16-palettes/badge.svg)](https://docs.rs/base16-palettes/)
![GitHub Workflows](https://github.com/TylerBloom/base16-palettes/actions/workflows/ci.yml/badge.svg)

## About
This is a simple crate that encodes all of the [Base16](https://github.com/chriskempson/base16-schemes-source) palettes into Rust code.
A color is encoded in a universal representation that is then intrepretted into RGB and hex representation through a palette.

## Contributing
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.