summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-06-20 10:32:39 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-06-20 10:32:39 +1000
commit9af91045c2caafd7182ca7105f9f3adee4558118 (patch)
tree4146090167ae2c42889bc1cfc9a18fdcbf3f10c8 /pywal
parent725db44f0be493461d7158177862ca33e326e92b (diff)
parent5a3ab6fec0effa99493f301715bb18fee4f94210 (diff)
Merge branch 'master' of github.com:dylanaraps/pywal
Diffstat (limited to 'pywal')
-rw-r--r--pywal/colors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/colors.py b/pywal/colors.py
index 26e2c60..f8d7260 100644
--- a/pywal/colors.py
+++ b/pywal/colors.py
@@ -119,7 +119,7 @@ def get(img, light=False, backend="wal", cache_dir=CACHE_DIR):
colors = theme.file(cache_file)
logger.disabled = False
- util.Color.alpha_num = colors["alpha"]
+ colors["alpha"] = util.Color.alpha_num
logging.info("Found cached colorscheme.")
else: