summaryrefslogtreecommitdiff
path: root/pywal/theme.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/theme.py')
-rw-r--r--pywal/theme.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pywal/theme.py b/pywal/theme.py
index efa3129..6d0acdc 100644
--- a/pywal/theme.py
+++ b/pywal/theme.py
@@ -36,6 +36,8 @@ def file(input_file):
user_theme_file = os.path.join(CONF_DIR, "colorschemes", theme_name)
theme_file = os.path.join(MODULE_DIR, "colorschemes", theme_name)
+ util.create_dir(os.path.dirname(user_theme_file))
+
# Find the theme file.
if os.path.isfile(input_file):
theme_file = input_file