pub type ThemeUpdate = OptionalUpdate<String>;
pub enum ThemeUpdate { SetDefault, Missing, Update(String), }