M O N O K A I_ G R E E N
MONOKAI_GREEN(ColorThemeBuilder.newBuilder()
.withName("Monokai Green")
.withAccentColor(TileColor.fromString("#a9dc76"))
.withPrimaryForegroundColor(TileColor.fromString("#ffffff"))
.withSecondaryForegroundColor(TileColor.fromString("#fdf9f3"))
.withPrimaryBackgroundColor(TileColor.fromString("#3e3b3f"))
.withSecondaryBackgroundColor(TileColor.fromString("#2c292d"))
.build())
Content copied to clipboard