Skip to main content

ThemeDef

Type Alias ThemeDef 

Source
pub type ThemeDef = ThemeDefinition;

Aliased Type§

pub struct ThemeDef {
    pub id: String,
    pub label: String,
    pub color_scheme: ThemeColorScheme,
    pub tokens: BTreeMap<String, String>,
}

Fields§

§id: String§label: String§color_scheme: ThemeColorScheme§tokens: BTreeMap<String, String>