//! Framework-agnostic theming: colors, palette, glyphs, themes and mode.
//!
//! This layer depends on no UI framework, so a CLI can share it with the TUI.
//! Ratatui styles are mapped from [`Color`] in [`crate::style`]. Widgets
//! receive a single [`Skin`] bundling palette, glyphs and [`Mode`].
pub use ;
pub use ;
pub use Mode;
pub use ;
pub use Skin;
pub use ;