mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-24 06:48:41 +01:00
General: comment.
This commit is contained in:
parent
3b6475be1a
commit
dc8b302180
@ -123,7 +123,8 @@ def get_colors(img, quiet):
|
|||||||
|
|
||||||
|
|
||||||
def sort_colors(colors):
|
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:]
|
raw_colors = colors[:1] + colors[9:] + colors[8:]
|
||||||
|
|
||||||
# Special colors.
|
# Special colors.
|
||||||
|
Loading…
Reference in New Issue
Block a user