A F T E R G L O W
AFTERGLOW(ColorThemeBuilder.newBuilder()
.withName("Afterglow")
.withAccentColor(TileColor.fromString("#ADBA4E"))
.withPrimaryForegroundColor(TileColor.fromString("#DEDEDE"))
.withSecondaryForegroundColor(TileColor.fromString("#D2D6D6"))
.withPrimaryBackgroundColor(TileColor.fromString("#2F2C2F"))
.withSecondaryBackgroundColor(TileColor.fromString("#252525"))
.build())
Content copied to clipboard