https://github.com/tylerbloom/base16-palettes
A representation of all of the Base16 themes in Rust
https://github.com/tylerbloom/base16-palettes
base16 rust rust-lang themes
Last synced: 10 months ago
JSON representation
A representation of all of the Base16 themes in Rust
- Host: GitHub
- URL: https://github.com/tylerbloom/base16-palettes
- Owner: TylerBloom
- License: apache-2.0
- Created: 2024-01-16T03:45:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T12:13:30.000Z (about 2 years ago)
- Last Synced: 2025-08-15T06:37:09.184Z (11 months ago)
- Topics: base16, rust, rust-lang, themes
- Language: Rust
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[](https://crates.io/crates/base16-palettes)
[](https://docs.rs/base16-palettes/)

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