summaryrefslogtreecommitdiff
path: root/alot/settings.py
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-06-22 12:54:50 +0100
committerpazz <patricktotzke@gmail.com>2011-06-22 12:54:50 +0100
commit1ab919b7ccbd02c9a0fe8cb0b036eb5f93e4815d (patch)
treea854bda914ee470a2036d25d25f0a59c69681eea /alot/settings.py
parent3335b2e761c3c460901c2cf9f712f9d1ece7ba90 (diff)
color tweak
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 66a6dc42..e864eac2 100644
--- a/alot/settings.py
+++ b/alot/settings.py
@@ -43,7 +43,7 @@ DEFAULTS = {
'footer_fg': 'light green',
'header_bg': 'dark blue',
'header_fg': 'white',
- 'message_body_bg': 'black',
+ 'message_body_bg': 'default',
'message_body_fg': 'light gray',
'message_header_bg': 'dark gray',
'message_header_fg': 'white',