M O N O K A I_ P I N K
MONOKAI_PINK(ColorThemeBuilder.newBuilder()
.withName("Monokai Pink")
.withAccentColor(TileColor.fromString("#ff6188"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard