summaryrefslogtreecommitdiff
path: root/pywal/export.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/export.py')
-rw-r--r--pywal/export.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/export.py b/pywal/export.py
index 5049db7..665bdf9 100644
--- a/pywal/export.py
+++ b/pywal/export.py
@@ -20,6 +20,7 @@ def flatten_colors(colors):
"""Prepare colors to be exported.
Flatten dicts and convert colors to util.Color()"""
all_colors = {"wallpaper": colors["wallpaper"],
+ "alpha": colors["alpha"],
**colors["special"],
**colors["colors"]}
return {k: util.Color(v) for k, v in all_colors.items()}