CatppuccinPalette

private data class CatppuccinPalette(val rosewater: Color, val flamingo: Color, val pink: Color, val mauve: Color, val red: Color, val maroon: Color, val peach: Color, val yellow: Color, val green: Color, val teal: Color, val sky: Color, val sapphire: Color, val blue: Color, val lavender: Color, val text: Color, val subtext1: Color, val subtext0: Color, val overlay1: Color, val base: Color, val mantle: Color, val crust: Color)(source)

Carries CatppuccinPalette data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(rosewater: Color, flamingo: Color, pink: Color, mauve: Color, red: Color, maroon: Color, peach: Color, yellow: Color, green: Color, teal: Color, sky: Color, sapphire: Color, blue: Color, lavender: Color, text: Color, subtext1: Color, subtext0: Color, overlay1: Color, base: Color, mantle: Color, crust: Color)

Types

Link copied to clipboard
object Companion

Provides the companion object singleton used by the SDAI presentation layer.

Properties

Link copied to clipboard
val base: Color

Exposes the base value used by the SDAI presentation layer.

Link copied to clipboard
val blue: Color

Exposes the blue value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the crust value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the flamingo value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the green value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the lavender value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the mantle value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the maroon value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the mauve value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the overlay1 value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the peach value used by the SDAI presentation layer.

Link copied to clipboard
val pink: Color

Exposes the pink value used by the SDAI presentation layer.

Link copied to clipboard
val red: Color

Exposes the red value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the rosewater value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the sapphire value used by the SDAI presentation layer.

Link copied to clipboard
val sky: Color

Exposes the sky value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the subtext0 value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the subtext1 value used by the SDAI presentation layer.

Link copied to clipboard
val teal: Color

Exposes the teal value used by the SDAI presentation layer.

Link copied to clipboard
val text: Color

Exposes the text value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the yellow value used by the SDAI presentation layer.