colors: Fix comment color in dark themes. Closes #178

This commit is contained in:
Dylan Araps 2018-02-05 08:28:44 +11:00
parent ac2cee6751
commit 140c6bab1f

View File

@ -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,