ratatui-base16
ratatui-base16 is a base16 palette library for Ratatui crate for Rust.
Getting Started
To get started, first add it to your Cargo.toml dependencies:
cargo add ratatui-base16
Creating a new status bar is simple. Here's a quick example:
use Base16Palette;
let palette = from_yaml?
Contributing
Please feel free to fork the repository, make your changes, and submit a pull request.
License
See LICENSE for details.