//! Unified theme schema for the hjkl editor stack.
//!
//! Phase 1: TOML parse, palette interning, capture fallback chain.
//! No rendering backends in this phase.
pub use CaptureMap;
pub use Color;
pub use ThemeError;
pub use Palette;
pub use ;
pub use Theme;