aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-10-18 12:22:54 +1100
committerDylan Araps <[email protected]>2018-10-18 12:22:54 +1100
commit9b5d148124186d8ab8ab4d0160bdfea2e2a53709 (patch)
tree7ac0d19e334d4b603075b204b699994a0392da85
parentMerge pull request #317 from dylanaraps/revert-308-feat/hash-file-for-cache-f... (diff)
downloadpywal-9b5d148124186d8ab8ab4d0160bdfea2e2a53709.tar.xz
pywal-9b5d148124186d8ab8ab4d0160bdfea2e2a53709.zip
general: lil bit more cont
-rw-r--r--pywal/colors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/colors.py b/pywal/colors.py
index a87ee4c..2af8bd2 100644
--- a/pywal/colors.py
+++ b/pywal/colors.py
@@ -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]