IThemeComplementaryPalette
Home > @gooddata/sdk-model > IThemeComplementaryPalette
IThemeComplementaryPalette 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.
Used to color various elements across many components by replacing the default complementary palette of gray color shades
Signature:
export interface IThemeComplementaryPalette
Remarks
Contains up to 10 shades, typically the first one being the lightest and the last being the darkest, or vice-versa for the dark-based designs
The first and last shades are mandatory, the rest is automatically calculated if not provided
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
c0 | ThemeColor | (BETA) | |
c1? | ThemeColor | (BETA) (Optional) | |
c2? | ThemeColor | (BETA) (Optional) | |
c3? | ThemeColor | (BETA) (Optional) | |
c4? | ThemeColor | (BETA) (Optional) | |
c5? | ThemeColor | (BETA) (Optional) | |
c6? | ThemeColor | (BETA) (Optional) | |
c7? | ThemeColor | (BETA) (Optional) | |
c8? | ThemeColor | (BETA) (Optional) | |
c9 | ThemeColor | (BETA) |