summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-06-24 11:17:36 +0100
committerpazz <patricktotzke@gmail.com>2011-06-24 11:17:36 +0100
commit72c2c9e4c5550298c369a13d1c808a6c418a41ba (patch)
treec36f495cf00906b7a2b0e324e7aeffae5678e80f /alot
parentc79de293d0ccb957e8b7e8b0f0d83216b99f235a (diff)
258c tweaks
Diffstat (limited to 'alot')
-rw-r--r--alot/settings.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/alot/settings.py b/alot/settings.py
index a28cf7ba..a5b740bf 100644
--- a/alot/settings.py
+++ b/alot/settings.py
@@ -149,29 +149,29 @@ DEFAULTS = {
'taglist_tag_fg': 'default',
'threadline_authors_bg': 'default',
'threadline_authors_fg': '#6d6',
- 'threadline_authors_focus_bg': 'g11',
- 'threadline_authors_focus_fg': '#8d6',
+ 'threadline_authors_focus_bg': 'g58',
+ 'threadline_authors_focus_fg': '#8f6',
'threadline_bg': 'default',
'threadline_content_bg': 'default',
'threadline_content_fg': '#866',
'threadline_date_bg': 'default',
'threadline_date_fg': 'g58',
- 'threadline_date_focus_bg': 'g11',
- 'threadline_date_focus_fg': 'g58',
+ 'threadline_date_focus_bg': 'g58',
+ 'threadline_date_focus_fg': 'g89',
'threadline_fg': 'default',
- 'threadline_focus_bg': 'g11',
+ 'threadline_focus_bg': 'g58',
'threadline_focus_fg': 'white',
'threadline_mailcount_bg': 'default',
'threadline_mailcount_fg': 'light gray',
- 'threadline_mailcount_focus_bg': 'g11',
- 'threadline_mailcount_focus_fg': 'light gray',
+ 'threadline_mailcount_focus_bg': 'g58',
+ 'threadline_mailcount_focus_fg': 'g89',
'threadline_subject_bg': 'default',
'threadline_subject_fg': 'g58',
- 'threadline_subject_focus_bg': 'g11',
- 'threadline_subject_focus_fg': 'g58',
+ 'threadline_subject_focus_bg': 'g58',
+ 'threadline_subject_focus_fg': 'g89',
'threadline_tags_bg': 'default',
'threadline_tags_fg': '#a86',
- 'threadline_tags_focus_bg': 'g11',
+ 'threadline_tags_focus_bg': 'g58',
'threadline_tags_focus_fg': '#ff8',
},
}