A R C
ARC(ColorThemeBuilder.newBuilder()
.withName("Arc")
.withAccentColor(TileColor.fromString("#5294E2"))
.withPrimaryForegroundColor(TileColor.fromString("#FFFFFF"))
.withSecondaryForegroundColor(TileColor.fromString("#dddddd"))
.withPrimaryBackgroundColor(TileColor.fromString("#4A5664"))
.withSecondaryBackgroundColor(TileColor.fromString("#303641"))
.build())
Content copied to clipboard