@dremchee/uframe / EditorUiTheme
Interface: EditorUiTheme
Defined in: core/types/editor-ui-theme.ts:30
A semantic editor theme with independent light and dark palettes.
Properties
dark?
ts
optional dark?: Partial<EditorUiThemeTokens>;Defined in: core/types/editor-ui-theme.ts:32
light?
ts
optional light?: Partial<EditorUiThemeTokens>;Defined in: core/types/editor-ui-theme.ts:31