F O R E S T
FOREST(ColorThemeBuilder.newBuilder()
.withName("Forest")
.withAccentColor(TileColor.fromString("#94E864"))
.withPrimaryForegroundColor(TileColor.fromString("#FFFFFF"))
.withSecondaryForegroundColor(TileColor.fromString("#dddddd"))
.withPrimaryBackgroundColor(TileColor.fromString("#077A07"))
.withSecondaryBackgroundColor(TileColor.fromString("#033313"))
.build())
Content copied to clipboard