summaryrefslogtreecommitdiff
path: root/alot/settings.py
diff options
context:
space:
mode:
authorpatrick <p.totzke@ed.ac.uk>2011-08-09 18:00:08 +0100
committerpatrick <p.totzke@ed.ac.uk>2011-08-09 18:00:08 +0100
commit88fc25e27307dd946b9e7a557b115e0383cc3662 (patch)
tree429f5a8496b661b186b05f1fc9e993b7e685084e /alot/settings.py
parent95e5d1127506a9c0a55672f3ab2200aec4501061 (diff)
set 256 colour mode as default
Diffstat (limited to 'alot/settings.py')
-rw-r--r--alot/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/settings.py b/alot/settings.py
index 7e5169db..ef7e711f 100644
--- a/alot/settings.py
+++ b/alot/settings.py
@@ -27,7 +27,7 @@ from account import Account
DEFAULTS = {
'general': {
- 'colourmode': '16',
+ 'colourmode': '256',
'editor_cmd': "/usr/bin/vim -f -c 'set filetype=mail' +",
'terminal_cmd': 'x-terminal-emulator -e',
'spawn_editor': 'False',