tca-ratatui 0.6.0

TCA theme support for Ratatui terminal UI framework
Documentation
1
2
3
4
5
6
7
8
//! Terminal Colors Architecture (TCA) widgets for ratatui.
//!
//! This contains useful ratatui widgets for displaying TCA themes,
//! currently a theme color preview widget.
//! See the example for use.
mod color_picker;

pub use color_picker::ColorPicker;