summaryrefslogtreecommitdiff
path: root/pywal/image.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/image.py
parent68e20cc90a1037bc4f4e16a79bb3add922c5711c (diff)
themes: Enhance listing.
Diffstat (limited to 'pywal/image.py')
-rw-r--r--pywal/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/image.py b/pywal/image.py
index f30a82d..1b982ce 100644
--- a/pywal/image.py
+++ b/pywal/image.py
@@ -50,5 +50,5 @@ def get(img, cache_dir=CACHE_DIR):
# Cache the image file path.
util.save_file(wal_img, os.path.join(cache_dir, "wal"))
- logging.info("Using image %s.", wal_img)
+ logging.info("Using image \033[1;37m%s\033[0m.", wal_img)
return wal_img