Enum oxygengine_user_interface::ui_theme_asset_protocol::UiTheme [−][src]
pub enum UiTheme {
AllWhite(ThemePropsExtras),
Flat {
default: Color,
primary: Color,
secondary: Color,
background: Color,
extras: ThemePropsExtras,
},
FlatLight(ThemePropsExtras),
FlatDark(ThemePropsExtras),
Custom(ThemeProps),
}
Variants
AllWhite(ThemePropsExtras)
Tuple Fields of AllWhite
Fields of Flat
FlatLight(ThemePropsExtras)
Tuple Fields of FlatLight
FlatDark(ThemePropsExtras)
Tuple Fields of FlatDark
Custom(ThemeProps)
Tuple Fields of Custom
0: ThemeProps
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more