I N G R E S S_ R E S I S T A N C E
INGRESS_RESISTANCE(ColorThemeBuilder.newBuilder()
.withName("Ingress Resistance")
.withAccentColor(TileColor.fromString("#F1C248"))
.withPrimaryForegroundColor(TileColor.fromString("#34EAF5"))
.withSecondaryForegroundColor(TileColor.fromString("#0492D0"))
.withPrimaryBackgroundColor(TileColor.fromString("#393218"))
.withSecondaryBackgroundColor(TileColor.fromString("#000E0F"))
.build())
Content copied to clipboard