GHOST_OF_A_CHANCE

GHOST_OF_A_CHANCE(ColorThemeBuilder.newBuilder() .withName("Ghost Of A Chance") .withAccentColor(TileColor.fromString("#95AC54")) .withPrimaryForegroundColor(TileColor.fromString("#F6F1CB")) .withSecondaryForegroundColor(TileColor.fromString("#DFD4A7")) .withPrimaryBackgroundColor(TileColor.fromString("#7F7C69")) .withSecondaryBackgroundColor(TileColor.fromString("#29210A")) .build())

Taken from http://www.colourlovers.com/palette/4454375/ghost_of_a_chance

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