opaline 0.4.1

A token-based theme engine for Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
//! Reusable theme widgets for Ratatui applications.
//!
//! Requires the `widgets` feature flag.

mod theme_selector;

pub use theme_selector::{ThemeSelector, ThemeSelectorAction, ThemeSelectorState};

#[doc(hidden)]
pub use theme_selector::wrap_text;