isDark property
bool
get
isDark
Whether this is a dark theme.
Implementation
bool get isDark =>
kind == VscodeThemeKind.dark || kind == VscodeThemeKind.highContrastDark;
Whether this is a dark theme.
bool get isDark =>
kind == VscodeThemeKind.dark || kind == VscodeThemeKind.highContrastDark;