WINTER_WONDERLAND

WINTER_WONDERLAND(ColorThemeBuilder.newBuilder() .withName("Winter Wonderland") .withAccentColor(TileColor.fromString("#8bcadd")) .withPrimaryForegroundColor(TileColor.fromString("#d6e1e9")) .withSecondaryForegroundColor(TileColor.fromString("#a7bcc9")) .withPrimaryBackgroundColor(TileColor.fromString("#2c4a78")) .withSecondaryBackgroundColor(TileColor.fromString("#20284e")) .build())

Taken from https://lospec.com/palette-list/winter-wonderland

Functions

clone
Link copied to clipboard
common
protected fun clone(): Any
compareTo
Link copied to clipboard
common
operator override fun compareTo(other: ColorThemeResource): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
getTheme
Link copied to clipboard
common
fun getTheme(): ColorTheme
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

colorTheme
Link copied to clipboard
common
private val colorTheme: ColorTheme
name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int