Z E N B U R N_ V A N I L L A
ZENBURN_VANILLA(ColorThemeBuilder.newBuilder()
.withName("Zenburn Vanilla")
.withAccentColor(TileColor.fromString("#f0dfaf"))
.withPrimaryForegroundColor(TileColor.fromString("#dcdccc"))
.withSecondaryForegroundColor(TileColor.fromString("#9fafaf"))
.withPrimaryBackgroundColor(TileColor.fromString("#333333"))
.withSecondaryBackgroundColor(TileColor.fromString("#1e2320"))
.build())
Content copied to clipboard