Interface ColorTheme

Represents a color theme.

interface ColorTheme {
    kind: ColorThemeKind;
}

Implemented by

Properties

Properties

The kind of this color theme: light, dark, high contrast dark and high contrast light.