ADRIFT_IN_DREAMS

ADRIFT_IN_DREAMS(ColorThemeBuilder.newBuilder() .withName("Adrift In Dreams") .withAccentColor(TileColor.fromString("#CFF09E")) .withPrimaryForegroundColor(TileColor.fromString("#A8DBA8")) .withSecondaryForegroundColor(TileColor.fromString("#79BD9A")) .withPrimaryBackgroundColor(TileColor.fromString("#3B8686")) .withSecondaryBackgroundColor(TileColor.fromString("#0B486B")) .build())

Taken from http://www.colourlovers.com/palette/580974/Adrift_in_Dreams

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