Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ThemeConfiguration = ThemeConfiguration' {}
- newThemeConfiguration :: ThemeConfiguration
- themeConfiguration_uIColorPalette :: Lens' ThemeConfiguration (Maybe UIColorPalette)
- themeConfiguration_sheet :: Lens' ThemeConfiguration (Maybe SheetStyle)
- themeConfiguration_dataColorPalette :: Lens' ThemeConfiguration (Maybe DataColorPalette)
Documentation
data ThemeConfiguration Source #
The theme configuration. This configuration contains all of the display properties for a theme.
See: newThemeConfiguration
smart constructor.
ThemeConfiguration' | |
|
Instances
newThemeConfiguration :: ThemeConfiguration Source #
Create a value of ThemeConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:uIColorPalette:ThemeConfiguration'
, themeConfiguration_uIColorPalette
- Color properties that apply to the UI and to charts, excluding the
colors that apply to data.
$sel:sheet:ThemeConfiguration'
, themeConfiguration_sheet
- Display options related to sheets.
$sel:dataColorPalette:ThemeConfiguration'
, themeConfiguration_dataColorPalette
- Color properties that apply to chart data colors.
themeConfiguration_uIColorPalette :: Lens' ThemeConfiguration (Maybe UIColorPalette) Source #
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
themeConfiguration_sheet :: Lens' ThemeConfiguration (Maybe SheetStyle) Source #
Display options related to sheets.
themeConfiguration_dataColorPalette :: Lens' ThemeConfiguration (Maybe DataColorPalette) Source #
Color properties that apply to chart data colors.