T R O N
TRON(ColorThemeBuilder.newBuilder()
.withName("Tron")
.withAccentColor(TileColor.fromString("#1EB8EB"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#dddddd"))
.withPrimaryBackgroundColor(TileColor.fromString("#424242"))
.withSecondaryBackgroundColor(TileColor.fromString("#000000"))
.build())
Content copied to clipboard