make background gif have less contrast

This commit is contained in:
davidovski 2023-07-21 13:00:46 +02:00
parent b04554f9c2
commit 263749ff73
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def rgb_to_v(c):
replace = color("#f58f44") replace = color("#f58f44")
colors = [ colors = [
color("#191919"), color("#191919"),
color("#373b41"), color("#282a2e"),
] ]
def make(colors, inp=None): def make(colors, inp=None):