diff options
Diffstat (limited to 'pywal/colors.py')
| -rw-r--r-- | pywal/colors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/colors.py b/pywal/colors.py index 2483acd..7a1a991 100644 --- a/pywal/colors.py +++ b/pywal/colors.py @@ -73,7 +73,7 @@ def sort_colors(img, colors): colors_special.update({"cursor": raw_colors[15]}) for index, color in enumerate(raw_colors): - colors_hex.update({f"color{index}": color}) + colors_hex.update({"color%s" % index: color}) colors["special"] = colors_special colors["colors"] = colors_hex |
