aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pywal/__main__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pywal/__main__.py b/pywal/__main__.py
index d7ba602..97eb999 100644
--- a/pywal/__main__.py
+++ b/pywal/__main__.py
@@ -106,9 +106,9 @@ def process_args(args):
sys.exit(0)
if args.f == "list_themes":
- themes = theme.index()
- themes = [theme.name.replace(".json", "") for theme in themes]
+ themes = [theme.name.replace(".json", "") for theme in theme.index()]
print("Themes:", ", ".join(themes))
+ print("Extra: 'random (select a random theme)'")
sys.exit(0)
if args.q: