1 2 3 4 5
//! Re-exports the shared theme palette for backwards compatibility. //! //! The canonical location is `crate::ui::theme`. pub use crate::ui::theme::ThemePalette;