Skip to content

Commit

Permalink
old adjust for color 0
Browse files Browse the repository at this point in the history
  • Loading branch information
eylles committed Dec 28, 2021
1 parent 5a134aa commit 42efe31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pywal/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def generic_adjust(colors, light, nine):

else:

colors[0] = util.lighten_color(colors[0], 0.75)
colors[0] = util.lighten_color(colors[0], 0.95)
colors[7] = util.darken_color(colors[0], 0.50)
colors[8] = util.darken_color(colors[0], 0.25)
colors[1] = util.darken_color(colors[1], 0.25)
Expand All @@ -95,7 +95,7 @@ def generic_adjust(colors, light, nine):

else:

colors[0] = util.darken_color(colors[0], 0.75)
colors[0] = util.darken_color(colors[0], 0.80)
colors[7] = util.lighten_color(colors[0], 0.50)
colors[8] = util.lighten_color(colors[0], 0.25)
colors[1] = util.darken_color(colors[1], 0.25)
Expand Down

0 comments on commit 42efe31

Please sign in to comment.