#ratatui #base-16 #base16-palette

ratatui-base16

A base16 palette for ratatui

12 releases

0.3.7 Dec 21, 2024
0.3.6 Dec 21, 2024
0.3.4 Aug 19, 2024
0.3.3 Jul 1, 2024
0.1.2 May 11, 2024

#358 in GUI

Download history 325/week @ 2024-12-19 13/week @ 2024-12-26 2/week @ 2025-01-02 5/week @ 2025-01-09 4/week @ 2025-02-13 3/week @ 2025-02-27

713 downloads per month

MIT license

20KB
413 lines

ratatui-base16

Crates.io Documentation LICENSE

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");

License

See LICENSE for details.

Dependencies

~9–19MB
~284K SLoC