ThemeConfigurationUiColorPaletteArgs

data class ThemeConfigurationUiColorPaletteArgs(val accent: Output<String>? = null, val accentForeground: Output<String>? = null, val danger: Output<String>? = null, val dangerForeground: Output<String>? = null, val dimension: Output<String>? = null, val dimensionForeground: Output<String>? = null, val measure: Output<String>? = null, val measureForeground: Output<String>? = null, val primaryBackground: Output<String>? = null, val primaryForeground: Output<String>? = null, val secondaryBackground: Output<String>? = null, val secondaryForeground: Output<String>? = null, val success: Output<String>? = null, val successForeground: Output<String>? = null, val warning: Output<String>? = null, val warningForeground: Output<String>? = null) : ConvertibleToJava<ThemeConfigurationUiColorPaletteArgs>

Constructors

Link copied to clipboard
constructor(accent: Output<String>? = null, accentForeground: Output<String>? = null, danger: Output<String>? = null, dangerForeground: Output<String>? = null, dimension: Output<String>? = null, dimensionForeground: Output<String>? = null, measure: Output<String>? = null, measureForeground: Output<String>? = null, primaryBackground: Output<String>? = null, primaryForeground: Output<String>? = null, secondaryBackground: Output<String>? = null, secondaryForeground: Output<String>? = null, success: Output<String>? = null, successForeground: Output<String>? = null, warning: Output<String>? = null, warningForeground: Output<String>? = null)

Properties

Link copied to clipboard
val accent: Output<String>? = null

Color (hexadecimal) that applies to selected states and buttons.

Link copied to clipboard
val accentForeground: Output<String>? = null

Color (hexadecimal) that applies to any text or other elements that appear over the accent color.

Link copied to clipboard
val danger: Output<String>? = null

Color (hexadecimal) that applies to error messages.

Link copied to clipboard
val dangerForeground: Output<String>? = null

Color (hexadecimal) that applies to any text or other elements that appear over the error color.

Link copied to clipboard
val dimension: Output<String>? = null

Color (hexadecimal) that applies to the names of fields that are identified as dimensions.

Link copied to clipboard
val dimensionForeground: Output<String>? = null

Color (hexadecimal) that applies to any text or other elements that appear over the dimension color.

Link copied to clipboard
val measure: Output<String>? = null

Color (hexadecimal) that applies to the names of fields that are identified as measures.

Link copied to clipboard
val measureForeground: Output<String>? = null

Color (hexadecimal) that applies to any text or other elements that appear over the measure color.

Link copied to clipboard
val primaryBackground: Output<String>? = null

Color (hexadecimal) that applies to visuals and other high emphasis UI.

Link copied to clipboard
val primaryForeground: Output<String>? = null

Color (hexadecimal) of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.

Link copied to clipboard
val secondaryBackground: Output<String>? = null

Color (hexadecimal) that applies to the sheet background and sheet controls.

Link copied to clipboard
val secondaryForeground: Output<String>? = null

Color (hexadecimal) that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

Link copied to clipboard
val success: Output<String>? = null

Color (hexadecimal) that applies to success messages, for example the check mark for a successful download.

Link copied to clipboard
val successForeground: Output<String>? = null

Color (hexadecimal) that applies to any text or other elements that appear over the success color.

Link copied to clipboard
val warning: Output<String>? = null

Color (hexadecimal) that applies to warning and informational messages.

Link copied to clipboard
val warningForeground: Output<String>? = null

Color (hexadecimal) that applies to any text or other elements that appear over the warning color.

Functions

Link copied to clipboard
open override fun toJava(): ThemeConfigurationUiColorPaletteArgs