IThemePalette
Home > @gooddata/sdk-model > IThemePalette
IThemePalette interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Customizable palette of major colors
Inspired by Material UI palette: https://material-ui.com/customization/palette/
Signature:
export interface IThemePalette
Properties
Property | Type | Description |
---|---|---|
complementary? | IThemeComplementaryPalette | (BETA) (Optional) Used to color various elements across many componentsSee IThemeComplementaryPalette for more details. |
error? | IThemeColorFamily | (BETA) (Optional) Used to express error |
info? | IThemeColorFamily | (BETA) (Optional) Used to express info or progress |
primary? | IThemeColorFamily | (BETA) (Optional) Used as an accent color for most of the UI elements |
success? | IThemeColorFamily | (BETA) (Optional) Used to express success |
warning? | IThemeColorFamily | (BETA) (Optional) Used to express warning |