Removed orange color

This commit is contained in:
davidovski 2022-11-29 13:37:04 +00:00 committed by davidovski
parent 2bba8a03c0
commit 15941822a4
1 changed files with 1 additions and 1 deletions

2
gif.py
View File

@ -21,8 +21,8 @@ colors = [
color("#191919"),
color("#282a2e"),
color("#373b41"),
color("#f58f44")
]
#color("#f58f44")
sorted(colors, key=rgb_to_v)
p = len(colors)