interface Theme {
    caption: string;
    isDark: boolean;
    name: string;
    theme: string;
}

Properties

caption: string

The display caption of the theme.

isDark: boolean

Indicates whether the theme is dark or light.

name: string

The normalized name used as the key.

theme: string

The path or identifier for the ACE theme.

Generated using TypeDoc