summaryrefslogtreecommitdiff
path: root/extra/theme_convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'extra/theme_convert.py')
-rwxr-xr-xextra/theme_convert.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/theme_convert.py b/extra/theme_convert.py
index 8a0d26ca..20113be0 100755
--- a/extra/theme_convert.py
+++ b/extra/theme_convert.py
@@ -1,4 +1,11 @@
#!/usr/bin/python
+"""
+ THEME CONVERTER
+ this script converts your custom alot theme files from the v.3.1 syntax
+ to the current format.
+
+ >>> theme_convert.py -o themefile.new themefile.old
+"""
from configobj import ConfigObj
import argparse