activeColorTheme property
ColorTheme
get
activeColorTheme
The currently active color theme as configured in the settings. The active
theme can be changed via the workbench.colorTheme
setting.
Implementation
_i4.ColorTheme get activeColorTheme => _i3.getProperty(
this,
'activeColorTheme',
);