//! Theme trait and basic implementations.
use crateStyle;
use crateColor;
/// Global theme that can modify widget styles.
///
/// Themes provide a simple hook to set initial colors and other stylistic
/// properties for widgets. Applications can implement this trait to provide
/// bespoke looks across the UI.
/// Simple light theme implementation.
;
/// Simple dark theme implementation.
;