Z E N B U R N_ G R E E N
ZENBURN_GREEN(ColorThemeBuilder.newBuilder()
.withName("Zenburn Green")
.withAccentColor(TileColor.fromString("#709080"))
.withPrimaryForegroundColor(TileColor.fromString("#dcdccc"))
.withSecondaryForegroundColor(TileColor.fromString("#9fafaf"))
.withPrimaryBackgroundColor(TileColor.fromString("#333333"))
.withSecondaryBackgroundColor(TileColor.fromString("#1e2320"))
.build())
Content copied to clipboard