H E X W O R K S
HEXWORKS(ColorThemeBuilder.newBuilder()
.withName("Hexworks")
.withAccentColor(TileColor.fromString("#52b61d"))
.withPrimaryForegroundColor(TileColor.fromString("#b1d5d7"))
.withSecondaryForegroundColor(TileColor.fromString("#91b5b7"))
.withPrimaryBackgroundColor(TileColor.fromString("#5c335a"))
.withSecondaryBackgroundColor(TileColor.fromString("#341139"))
.build())
Content copied to clipboard
This is the theme that was made by Hexworks.