mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-25 07:19:27 +01:00
general: lil bit more cont
This commit is contained in:
parent
6863923d54
commit
9b5d148124
@ -65,7 +65,7 @@ def generic_adjust(colors, light):
|
||||
colors[15] = colors[7]
|
||||
|
||||
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.75)
|
||||
colors[8] = util.lighten_color(colors[0], 0.25)
|
||||
colors[15] = colors[7]
|
||||
|
Loading…
Reference in New Issue
Block a user