The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexadecimal
color code that consists of six alphanumerical characters, prefixed with #
, for example #37BFF5. For
more information, see Using Themes
in Amazon QuickSight
in the
Amazon QuickSight User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Accent" : String
,
"AccentForeground" : String
,
"Danger" : String
,
"DangerForeground" : String
,
"Dimension" : String
,
"DimensionForeground" : String
,
"Measure" : String
,
"MeasureForeground" : String
,
"PrimaryBackground" : String
,
"PrimaryForeground" : String
,
"SecondaryBackground" : String
,
"SecondaryForeground" : String
,
"Success" : String
,
"SuccessForeground" : String
,
"Warning" : String
,
"WarningForeground" : String
}
YAML
Accent: String
AccentForeground: String
Danger: String
DangerForeground: String
Dimension: String
DimensionForeground: String
Measure: String
MeasureForeground: String
PrimaryBackground: String
PrimaryForeground: String
SecondaryBackground: String
SecondaryForeground: String
Success: String
SuccessForeground: String
Warning: String
WarningForeground: String
Properties
Accent
-
This color is that applies to selected states and buttons.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
AccentForeground
-
The foreground color that applies to any text or other elements that appear over the accent color.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
Danger
-
The color that applies to error messages.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
DangerForeground
-
The foreground color that applies to any text or other elements that appear over the error color.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
Dimension
-
The color that applies to the names of fields that are identified as dimensions.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
DimensionForeground
-
The foreground color that applies to any text or other elements that appear over the dimension color.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
Measure
-
The color that applies to the names of fields that are identified as measures.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
MeasureForeground
-
The foreground color that applies to any text or other elements that appear over the measure color.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
PrimaryBackground
-
The background color that applies to visuals and other high emphasis UI.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
PrimaryForeground
-
The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
SecondaryBackground
-
The background color that applies to the sheet background and sheet controls.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
SecondaryForeground
-
The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
Success
-
The color that applies to success messages, for example the check mark for a successful download.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
SuccessForeground
-
The foreground color that applies to any text or other elements that appear over the success color.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
Warning
-
This color that applies to warning and informational messages.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption
WarningForeground
-
The foreground color that applies to any text or other elements that appear over the warning color.
Required: No
Type: String
Pattern:
^#[A-F0-9]{6}$
Update requires: No interruption