Skip to main content

ThemeCfg

Type Alias ThemeCfg 

Source
pub type ThemeCfg = ThemeConfig;

Aliased Type§

pub struct ThemeCfg {
Show 17 fields pub registry: ThemeRegistry, pub default_theme: String, pub system_light_theme: String, pub system_dark_theme: String, pub storage_key: String, pub attribute: String, pub target: String, pub duration_ms: u32, pub easing: String, pub reduced_motion: ThemeReducedMotion, pub animation: ThemeAnimationMode, pub animation_preset: ThemeAnimationPreset, pub animation_storage_key: String, pub animation_speed: u16, pub animation_speed_storage_key: String, pub isolate_view_transition_names: bool, pub runtime_path: String,
}

Fields§

§registry: ThemeRegistry§default_theme: String§system_light_theme: String§system_dark_theme: String§storage_key: String§attribute: String§target: String§duration_ms: u32§easing: String§reduced_motion: ThemeReducedMotion§animation: ThemeAnimationMode§animation_preset: ThemeAnimationPreset§animation_storage_key: String§animation_speed: u16§animation_speed_storage_key: String§isolate_view_transition_names: bool§runtime_path: String