M O N O K A I_ Y E L L O W
MONOKAI_YELLOW(ColorThemeBuilder.newBuilder()
.withName("Monokai Yellow")
.withAccentColor(TileColor.fromString("#ffd866"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard