Rearranged colours

This commit is contained in:
davidovski 2022-12-11 20:32:38 +00:00
parent 2bba8a03c0
commit 1c1ebec42b
1 changed files with 2 additions and 2 deletions

4
gif.py
View File

@ -19,9 +19,9 @@ def rgb_to_v(c):
replace = color("#f58f44")
colors = [
color("#191919"),
color("#282a2e"),
color("#373b41"),
color("#f58f44")
color("#282a2e"),
color("#f58f44"),
]
sorted(colors, key=rgb_to_v)