isDark property

bool get isDark

Whether this is a dark theme.

Implementation

bool get isDark =>
    kind == VscodeThemeKind.dark || kind == VscodeThemeKind.highContrastDark;