diff --git a/funcs.py b/funcs.py index 63d07f0..75f0f25 100644 --- a/funcs.py +++ b/funcs.py @@ -78,7 +78,7 @@ def darker(arg1, amount=0.5): return color_mult(arg1, amount) -def lighter(arg1, amount=1.5): +def lighter(arg1, amount=1.25): return color_mult(arg1, amount) def as_hex(in_number):