S O L A R I Z E D_ D A R K_ B A S E
SOLARIZED_DARK_BASE(ColorThemeBuilder.newBuilder()
.withPrimaryForegroundColor(TileColor.fromString("#fdf6e3"))
// note that this was made darker because there was not enough contrast
.withSecondaryForegroundColor(TileColor.fromString("#cec8b5"))
.withPrimaryBackgroundColor(TileColor.fromString("#073642"))
.withSecondaryBackgroundColor(TileColor.fromString("#002b36")))
Content copied to clipboard
Functions
compareTo
Link copied to clipboard
operator override fun compareTo(other: ColorThemeResource.SolarizedBase): Int
Content copied to clipboard