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)

Properties

Link copied to clipboard

Color used for links and button backgrounds.

Link copied to clipboard

Color used for button text.

Link copied to clipboard

Color used for content background.

Link copied to clipboard

Color used for content text.