N O R D
NORD(ColorThemeBuilder.newBuilder()
.withName("Nord")
.withAccentColor(TileColor.fromString("#A3BE8C"))
.withPrimaryForegroundColor(TileColor.fromString("#D8DEE9"))
.withSecondaryForegroundColor(TileColor.fromString("#81A1C1"))
.withPrimaryBackgroundColor(TileColor.fromString("#3B4252"))
.withSecondaryBackgroundColor(TileColor.fromString("#2E3440"))
.build())
Content copied to clipboard