FIRE_WEEDS

FIRE_WEEDS(ColorThemeBuilder.newBuilder() .withName("Fire Weeds") .withAccentColor(TileColor.fromString("#e2d6fe")) .withPrimaryForegroundColor(TileColor.fromString("#fea631")) .withSecondaryForegroundColor(TileColor.fromString("#e5371b")) .withPrimaryBackgroundColor(TileColor.fromString("#630f19")) .withSecondaryBackgroundColor(TileColor.fromString("#060013")) .build())

Taken from https://lospec.com/palette-list/fire-weeds

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