Get Theme Configuration Ui Color Palette
data class GetThemeConfigurationUiColorPalette(val accent: String, val accentForeground: String, val danger: String, val dangerForeground: String, val dimension: String, val dimensionForeground: String, val measure: String, val measureForeground: String, val primaryBackground: String, val primaryForeground: String, val secondaryBackground: String, val secondaryForeground: String, val success: String, val successForeground: String, val warning: String, val warningForeground: String)
Constructors
Link copied to clipboard
fun GetThemeConfigurationUiColorPalette(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)