IThemeColorFamily
Home > @gooddata/sdk-model > IThemeColorFamily
IThemeColorFamily 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.
Variants of the palette color
Signature:
export interface IThemeColorFamily
Properties
Property | Type | Description |
---|---|---|
base | ThemeColor | (BETA) Base color |
contrast? | ThemeColor | (BETA) (Optional) Color contrast to main colorIs 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 |