IThemeColorFamily
Home > @gooddata/sdk-model > IThemeColorFamily
IThemeColorFamily interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Variants of the palette color
Signature:
export interface IThemeColorFamily
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
base | ThemeColor | (BETA) Base color | |
contrast? | ThemeColor | (BETA) (Optional) Color contrast to main color Is used as foreground color of the button with base background color for instance | |
dark? | ThemeColor | (BETA) (Optional) Dark variant of base color | |
light? | ThemeColor | (BETA) (Optional) Light variant of base color |