| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.QuickSight.Types.ThemeConfiguration
Description
Synopsis
- data ThemeConfiguration = ThemeConfiguration' {}
 - newThemeConfiguration :: ThemeConfiguration
 - themeConfiguration_dataColorPalette :: Lens' ThemeConfiguration (Maybe DataColorPalette)
 - themeConfiguration_sheet :: Lens' ThemeConfiguration (Maybe SheetStyle)
 - themeConfiguration_typography :: Lens' ThemeConfiguration (Maybe Typography)
 - themeConfiguration_uIColorPalette :: Lens' ThemeConfiguration (Maybe UIColorPalette)
 
Documentation
data ThemeConfiguration Source #
The theme configuration. This configuration contains all of the display properties for a theme.
See: newThemeConfiguration smart constructor.
Constructors
| ThemeConfiguration' | |
Fields 
  | |
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:dataColorPalette:ThemeConfiguration', themeConfiguration_dataColorPalette - Color properties that apply to chart data colors.
$sel:sheet:ThemeConfiguration', themeConfiguration_sheet - Display options related to sheets.
$sel:typography:ThemeConfiguration', themeConfiguration_typography - Undocumented member.
$sel:uIColorPalette:ThemeConfiguration', themeConfiguration_uIColorPalette - Color properties that apply to the UI and to charts, excluding the
 colors that apply to data.
themeConfiguration_dataColorPalette :: Lens' ThemeConfiguration (Maybe DataColorPalette) Source #
Color properties that apply to chart data colors.
themeConfiguration_sheet :: Lens' ThemeConfiguration (Maybe SheetStyle) Source #
Display options related to sheets.
themeConfiguration_typography :: Lens' ThemeConfiguration (Maybe Typography) Source #
Undocumented member.
themeConfiguration_uIColorPalette :: Lens' ThemeConfiguration (Maybe UIColorPalette) Source #
Color properties that apply to the UI and to charts, excluding the colors that apply to data.