retrix/src/ui/theme.rs

7 lines
87 B
Rust
Raw Normal View History

//! Theming for widgets.
/// Which colorscheme to use
pub enum Theme {
Default,
}