S A I K U
SAIKU(ColorThemeBuilder.newBuilder()
.withName("Saiku")
.withAccentColor(TileColor.fromString("#ffffff"))
.withPrimaryForegroundColor(TileColor.fromString("#cccccc"))
.withSecondaryForegroundColor(TileColor.fromString("#999999"))
.withPrimaryBackgroundColor(TileColor.fromString("#AE1817"))
.withSecondaryBackgroundColor(TileColor.fromString("#232323"))
.build())
Content copied to clipboard