ratatui-base16

A base16 palette for ratatui

MIT License

Downloads
3.8K
Stars
0
Committers
2

ratatui-base16

ratatui-base16 is a base16 palette library for the Ratatui crate in Rust.

Getting Started

To get started, first add it to your Cargo.toml dependencies:

$ cargo add ratatui-base16

Creating a Base16Palette is simple. Here's a quick example:

use ratatui_base16::Base16Palette;
let palette = Base16Palette::from_yaml("./config/dracula.yaml");

Contributing

Please feel free to fork the repository, make your changes, and submit a pull request.

License

See LICENSE for details.