summaryrefslogtreecommitdiff
path: root/pywal/theme.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-04-03 12:25:44 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-04-03 12:25:44 +1000
commit4bcde0f23f4e60069b20fb1b004c3828c431c52f (patch)
treeb930e5cf648be329e08d40e3625f03029de0183c /pywal/theme.py
parent68e20cc90a1037bc4f4e16a79bb3add922c5711c (diff)
themes: Enhance listing.
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 b0dbbf6..cd09667 100644
--- a/pywal/theme.py
+++ b/pywal/theme.py
@@ -72,6 +72,8 @@ def file(input_file):
# Parse the theme file.
if os.path.isfile(theme_file):
+ logging.info("Set theme to \033[1;37m%s\033[0m.",
+ os.path.basename(theme_file))
return parse(theme_file)
else: