diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-03-15 17:37:17 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-03-15 17:37:17 +1100 |
| commit | 3569d10312ecc7d46de5e4f8e90d217f7d3dfdb3 (patch) | |
| tree | fcac33697feb86a0039f76948646c91d21f0e317 /pywal/colors.py | |
| parent | 14adc09073aa9fc157e0e8633ffaf4e92b54038f (diff) | |
themes: Added 3024
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 e7e75bd..1619e40 100644 --- a/pywal/colors.py +++ b/pywal/colors.py @@ -160,7 +160,7 @@ def file(input_file): data["alpha"] = "100" # Terminal.sexy format. - if isinstance(data["color"], list): + if "color" in data: data = terminal_sexy_to_wal(data) return data |
