Skip to main content
Version: 0.9.0-beta.2

Interface: IColorTheme

molecule.model.IColorTheme

Properties

colors

Optional colors: IColors

Defined in

src/model/colorTheme.ts:30


description

Optional description: string

Defined in

src/model/colorTheme.ts:28


id

id: string

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

Defined in

src/model/colorTheme.ts:23


label

label: string

Defined in

src/model/colorTheme.ts:24


name

Optional name: string

Defined in

src/model/colorTheme.ts:25


path

Optional path: string

Defined in

src/model/colorTheme.ts:27


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

src/model/colorTheme.ts:38


tokenColors

Optional tokenColors: TokenColor[]

Defined in

src/model/colorTheme.ts:31


type

Optional type: ColorScheme

Defined in

src/model/colorTheme.ts:29


uiTheme

Optional uiTheme: string

Defined in

src/model/colorTheme.ts:26