ratatui-themes 0.3.0

A collection of popular color themes for ratatui terminal UI applications
Documentation
1
2
3
4
5
6
//! Optional widgets for theme selection and display.
//!
//! This module is only available with the `widgets` feature enabled.

mod theme_picker;
pub use theme_picker::ThemePicker;