summaryrefslogtreecommitdiff
path: root/alot/init.py
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-08-13 15:24:38 +0100
committerpazz <patricktotzke@gmail.com>2011-08-13 15:25:33 +0100
commitdc050f2bd8d918db1a851418b904d1350d6cc7a6 (patch)
tree54747650bfcc188919b7c2162d1a780078c32f86 /alot/init.py
parenta78d499ef24f16be127cb727e4d91f7221bd5c81 (diff)
renamed colour theme sections, removed hook ex.
highcolour-theme -> 256c-theme normal-theme -> 16c-theme mono-theme -> 1c-theme
Diffstat (limited to 'alot/init.py')
-rwxr-xr-xalot/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/init.py b/alot/init.py
index c23fee93..689e677d 100755
--- a/alot/init.py
+++ b/alot/init.py
@@ -34,7 +34,7 @@ def parse_args():
help='config file')
parser.add_argument('-C', dest='colours',
type=int,
- choices=[1, 16, 88, 256],
+ choices=[1, 16, 256],
help='colour mode')
parser.add_argument('-r', dest='read_only',
action='store_true',