use crate::theme::Theme; pub struct AppState { /// Selected theme pub theme: Theme, }