//! The [`Skin`]: the bundled visual context handed to every widget.
//!
//! It groups the resolved [`Palette`] (colors), the [`Glyphs`] (icon variant)
//! and the [`Mode`] (layout/chrome), so widgets take a single context parameter
//! instead of several. Framework-agnostic, like the rest of this layer.
use ;
/// The visual context shared across the UI: colors, glyphs and layout mode.