//! Application-level TUI components
//!
//! This module contains higher-level TUI components that build on the base primitives
//! in the parent `tui` module. These are shared across LLM agent applications.
//!
//! Components:
//! - Theme system with runtime switching
//! - Theme picker widget
//! - 45+ pre-built themes
/// Theme definition macros.
/// Theme runtime management.
/// Theme picker widget.
/// Built-in theme definitions.
pub use ;
pub use ;
pub use ;