M O N O K A I_ B L U E
MONOKAI_BLUE(ColorThemeBuilder.newBuilder()
.withName("Monokai Blue")
.withAccentColor(TileColor.fromString("#78dce8"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard