Theme
type Theme = { colorScheme: ThemeColorScheme; customColors?: ThemeCustomColor[]; fontScheme: ThemeFontScheme; name?: string;};Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
colorScheme | ThemeColorScheme | - |
customColors? | ThemeCustomColor[] | Custom colour palettes. |
fontScheme | ThemeFontScheme | - |
name? | string | Theme name. Default "" |