@jsvision/code-editor / CodeEditorTheme
Interface: CodeEditorTheme
Defined in: code-editor/src/theme/theme.ts:12
Versioned, complete semantic palette consumed by the editor projection.
Properties
assistance
readonlyassistance:Readonly<Record<"popup"|"selected"|"snippet"|"snippetActive",CodeEditorCellStyle>>
Defined in: code-editor/src/theme/theme.ts:21
contractVersion
readonlycontractVersion:1
Defined in: code-editor/src/theme/theme.ts:13
diagnostics
readonlydiagnostics:Readonly<Record<"error"|"warning"|"information"|"hint",CodeEditorCellStyle>>
Defined in: code-editor/src/theme/theme.ts:20
name
readonlyname:string
Defined in: code-editor/src/theme/theme.ts:14
structure
readonlystructure:Readonly<Record<"gutter"|"lineNumber"|"fold"|"bracket"|"search"|"invisible",CodeEditorCellStyle>>
Defined in: code-editor/src/theme/theme.ts:17
surfaces
readonlysurfaces:Readonly<Record<"editor"|"gutter"|"activeLine"|"selection"|"status",CodeEditorCellStyle>>
Defined in: code-editor/src/theme/theme.ts:15
syntax
readonlysyntax:Readonly<Record<SyntaxCategory,CodeEditorCellStyle>>
Defined in: code-editor/src/theme/theme.ts:16