The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/ui > EditorTheme
EditorTheme interface
Signature:export interface EditorTheme
Properties
Property | Type | Description |
---|---|---|
backgroundColor | string | |
color | string | |
danger | { color: string; background: string; } | |
info | { color: string; background: string; } | |
primary | { color: string; background: string; } | |
secondary | { color: string; background: string; } | |
success | { color: string; background: string; } | |
warning | { color: string; background: string; } |