diff options
| -rwxr-xr-x | pywal/gen_colors.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pywal/gen_colors.py b/pywal/gen_colors.py index 593875f..bd044c2 100755 --- a/pywal/gen_colors.py +++ b/pywal/gen_colors.py @@ -123,7 +123,8 @@ def get_colors(img, quiet): def sort_colors(colors): - """Sort the generated colors.""" + """Sort the generated colors and store them in a dict that + we will later save in json format.""" raw_colors = colors[:1] + colors[9:] + colors[8:] # Special colors. |