//! Errors raised while resolving the active theme.
use Error;
/// Things that can go wrong when applying a configured theme.
///
/// `apply_style()` and `apply_theme_def()` continue to use `warn!`
/// for best-effort recovery (bad globs, unknown style references) —
/// these are not user errors, just hints we ignore. Only the
/// "I can't even find the theme" path becomes a hard error.