kind property
ColorThemeKind
get
kind
The kind of this color theme: light, dark, high contrast dark and high contrast light.
Implementation
_i3.ColorThemeKind get kind =>
_i3.ColorThemeKind.values.byName(_i5.getProperty(
this,
'kind',
));