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