- commit
- b6f19fa93a8bee083ccba40f29f74318d640b156
- parent
- addca79faa7c3e74ea64f74ac267519200eb8677
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-11-15 07:23
refine dark white lightness
Diffstat
| M | xiwal.py | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/xiwal.py b/xiwal.py
@@ -156,7 +156,7 @@ def scheme(colors, dominant): 156 156 if i in [0, 1]: 157 157 c = max(c, C_BG) 158 158 yield l_dark[i], c, colors[i][2]159 -1 yield 90, c_grey, dominant[2]-1 159 yield 85, c_grey, dominant[2] 160 160 161 161 yield 20, c_grey, dominant[2] 162 162 for i in range(6):