Skip to main content
Version: 1.x

Interface: IColorTheme

molecule.model.IColorTheme

Properties

colors

Optional colors: IColors

Defined in

model/colorTheme.ts:39


description

Optional description: string

Defined in

model/colorTheme.ts:37


id

id: string

The id of component, theme will be applied by this ID

Defined in

model/colorTheme.ts:32


label

label: string

Defined in

model/colorTheme.ts:33


name

Optional name: string

Defined in

model/colorTheme.ts:34


path

Optional path: string

Defined in

model/colorTheme.ts:36


semanticHighlighting

Optional semanticHighlighting: boolean

The semanticTokenColors mappings as well as the semanticHighlighting setting allow to enhance the highlighting in the editor More info visit: https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide

Defined in

model/colorTheme.ts:47


tokenColors

Optional tokenColors: TokenColor[]

Defined in

model/colorTheme.ts:40


type

Optional type: ColorScheme

Defined in

model/colorTheme.ts:38


uiTheme

Optional uiTheme: string

Defined in

model/colorTheme.ts:35