//! Color is a deceptively complex topic.
//!//! ## Definitions:
//!//! - Theme: The set of all colors used in the application.
//! - Scheme: A subset of the theme with a specific purpose. ie `light`, `dark`.
//!//!modcolor_scheme;modtheme_to_css;pubusecolor_scheme::*;pubusetheme_to_css::*;