//! Framework-agnostic theming: colors, palette, glyphs and themes.
//!
//! 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 the palette and glyphs.
pub use ;
pub use ;
pub use ;
pub use Skin;
pub use ;