new scheme

This commit is contained in:
julius 2024-10-27 20:46:54 +01:00
parent 050c1da950
commit 651473975f
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -26,6 +26,7 @@ palettes = [
{"colours": ["#00ffca", "#05bfdb", "#088395", "#0a4d68"], "votes": 100000},
{"colours": ["#7c9070", "#9ca777", "#fee8b0", "#f97b22"], "votes": 100000},
{"colours": ["#002a19", "#000000", "#ffffff", "#e0512f"], "votes": 100000},
{"colours": ["#212248", "#EBAE36", "#C7C9F0", "#11088A"], "votes": 100000},
]
with open("popular.json", "r") as f:
palettes += json.load(f)