L I N U X_ M I N T_ D A R K
LINUX_MINT_DARK(ColorThemeBuilder.newBuilder()
.withName("Linux Mint Dark")
.withAccentColor(TileColor.fromString("#8FA876"))
.withPrimaryForegroundColor(TileColor.fromString("#FFFFFF"))
.withSecondaryForegroundColor(TileColor.fromString("#818181"))
.withPrimaryBackgroundColor(TileColor.fromString("#353535"))
.withSecondaryBackgroundColor(TileColor.fromString("#2F2F2F"))
.build())
Content copied to clipboard