diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-03-31 16:31:26 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-03-31 16:31:26 +1100 |
| commit | 435e4cd2a87d58816f8bb22bf803177c87d29a1e (patch) | |
| tree | 782d2c40fc9ca0c0aacb3dd6e0e6b5de554221bf /pywal/backends/schemer2.py | |
| parent | b514de8e8a79c7524e43284c86be61f97063d3a9 (diff) | |
backend: Add haishoku
Diffstat (limited to 'pywal/backends/schemer2.py')
| -rw-r--r-- | pywal/backends/schemer2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pywal/backends/schemer2.py b/pywal/backends/schemer2.py index c3d81d7..87873ec 100644 --- a/pywal/backends/schemer2.py +++ b/pywal/backends/schemer2.py @@ -17,7 +17,6 @@ def gen_colors(img): def adjust(cols, light): """Create palette.""" - # Create list with placeholder values. cols.sort(key=util.rgb_to_yiq) raw_colors = [*cols[8:], *cols[8:]] |
