A M I G A_ O S
AMIGA_OS(ColorThemeBuilder.newBuilder()
.withName("Amiga OS")
.withAccentColor(TileColor.fromString("#F08000"))
.withPrimaryForegroundColor(TileColor.fromString("#FFFFFF"))
.withSecondaryForegroundColor(TileColor.fromString("#dddddd"))
.withPrimaryBackgroundColor(TileColor.fromString("#0050A0"))
.withSecondaryBackgroundColor(TileColor.fromString("#000020"))
.build())
Content copied to clipboard