From 263749ff7380f1459d25a4c0d1bfed6b3af45495 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 21 Jul 2023 13:00:46 +0200 Subject: make background gif have less contrast --- site/images/gif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/images') diff --git a/site/images/gif.py b/site/images/gif.py index 54f50bc..3baead5 100755 --- a/site/images/gif.py +++ b/site/images/gif.py @@ -22,7 +22,7 @@ def rgb_to_v(c): replace = color("#f58f44") colors = [ color("#191919"), - color("#373b41"), + color("#282a2e"), ] def make(colors, inp=None): -- cgit v1.2.1