isHighContrast property

bool get isHighContrast

Whether this is a high-contrast theme.

Implementation

bool get isHighContrast =>
    kind == VscodeThemeKind.highContrastLight ||
    kind == VscodeThemeKind.highContrastDark;