M O N O K A I_ V I O L E T
MONOKAI_VIOLET(ColorThemeBuilder.newBuilder()
.withName("Monokai Violet")
.withAccentColor(TileColor.fromString("#ab9df2"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard