summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/settings.py2
-rw-r--r--data/example.full.rc2
-rw-r--r--data/example.rc2
3 files changed, 3 insertions, 3 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',
diff --git a/data/example.full.rc b/data/example.full.rc
index 8d35a581..8bc930ac 100644
--- a/data/example.full.rc
+++ b/data/example.full.rc
@@ -5,7 +5,7 @@ ask_subject = True
authors_maxlength = 30
bug_on_exit = False
# number of colours your terminal supports
-colourmode = 16
+colourmode = 256
# headers that get displayed by default
displayed_headers = From,To,Cc,Bcc,Subject
# editor command
diff --git a/data/example.rc b/data/example.rc
index 0b91c3c7..8a371e69 100644
--- a/data/example.rc
+++ b/data/example.rc
@@ -1,5 +1,5 @@
[general]
-colourmode = 16 ; number of colours your terminal supports
+colourmode = 256 ; number of colours your terminal supports
hooksfile = hooks.py
editor_cmd = /usr/bin/vim -f -c 'set filetype=mail'
pager_cmd = /usr/bin/view -f -c 'set filetype=mail'