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