diff --git a/ctif.py b/ctif.py index 6a663c2..d1ec342 100644 --- a/ctif.py +++ b/ctif.py @@ -214,8 +214,8 @@ class CTIF: # Make the bright colors brighter and the darks darker if v >= 0.5: v *= 1.5 - # else: - # v *= 0.5 + else: + v *= 1.25 r, g, b = colorsys.hsv_to_rgb(h, s, v)