default

fun default(brand: StreamDesign.ColorScale = ColorScale.defaultLight(), chrome: StreamDesign.ChromeScale = ChromeScale.defaultLight()): StreamDesign.Colors

Provides the default colors for the light mode of the app.

Return

A Colors instance holding our color palette.

Parameters

brand

The brand color scale. Defaults to ColorScale.defaultLight.

chrome

The chrome color scale. Defaults to ChromeScale.defaultLight.