Skip to main content

SemanticColor

note

This type is deducted from Spotify's internal usage. It may not be accurate and may change in the future.

type SemanticColor = "textBase" |
"textSubdued" |
"textBrightAccent" |
"textNegative" |
"textWarning" |
"textPositive" |
"textAnnouncement" |
"essentialBase" |
"essentialSubdued" |
"essentialBrightAccent" |
"essentialNegative" |
"essentialWarning" |
"essentialPositive" |
"essentialAnnouncement" |
"decorativeBase" |
"decorativeSubdued" |
"backgroundBase" |
"backgroundHighlight" |
"backgroundPress" |
"backgroundElevatedBase" |
"backgroundElevatedHighlight" |
"backgroundElevatedPress" |
"backgroundTintedBase" |
"backgroundTintedHighlight" |
"backgroundTintedPress" |
"backgroundUnsafeForSmallTextBase" |
"backgroundUnsafeForSmallTextHighlight" |
"backgroundUnsafeForSmallTextPress";