mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 09:23:08 +01:00
colors: Fix comment color in dark themes. Closes #178
This commit is contained in:
parent
ac2cee6751
commit
140c6bab1f
@ -75,6 +75,7 @@ def create_palette(img, colors, light):
|
||||
|
||||
# Manually adjust colors.
|
||||
raw_colors[7] = util.blend_color(raw_colors[7], "#EEEEEE")
|
||||
raw_colors[8] = util.darken_color(raw_colors[7], 0.30)
|
||||
raw_colors[15] = util.blend_color(raw_colors[15], "#EEEEEE")
|
||||
|
||||
colors = {"wallpaper": img, "alpha": util.Color.alpha_num,
|
||||
|
Loading…
Reference in New Issue
Block a user