Basic
data class Basic(val accent: BasicAccentUnion, val accentForeground: BasicAccentForegroundUnion, val background: BasicBackgroundUnion, val foreground: BasicForegroundUnion)
Parameters
accent
Color used for links and button backgrounds.
accentForeground
Color used for button text.
background
Color used for content background.
foreground
Color used for content text.
Constructors
Link copied to clipboard
constructor(accent: BasicAccentUnion, accentForeground: BasicAccentForegroundUnion, background: BasicBackgroundUnion, foreground: BasicForegroundUnion)