defaultDark

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

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

Return

A Colors instance holding our color palette.

Parameters

brand

The brand color scale. Defaults to ColorScale.defaultDark.

chrome

The chrome color scale. Defaults to ChromeScale.defaultDark.