summaryrefslogtreecommitdiff
path: root/alot/defaults/default.theme
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-07-15 18:29:38 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-07-15 18:29:38 +0100
commit5415fd0ed790f148fbc507a4d87912f803ea23dc (patch)
tree88d78df7460a217b8d12a60232c8167b86930f47 /alot/defaults/default.theme
parentfc3318c7167d7369cd7064f35f16a1d7bbbed231 (diff)
move thread move theming to more durable config syntax
Diffstat (limited to 'alot/defaults/default.theme')
-rw-r--r--alot/defaults/default.theme9
1 files changed, 6 insertions, 3 deletions
diff --git a/alot/defaults/default.theme b/alot/defaults/default.theme
index eb058154..402eb3ec 100644
--- a/alot/defaults/default.theme
+++ b/alot/defaults/default.theme
@@ -25,9 +25,12 @@
header = 'default','','white','dark gray','white','dark gray'
header_key = 'default','','white','dark gray','white','dark gray'
header_value = 'default','','light gray','dark gray','light gray','dark gray'
- summary_even = 'default','','white','light blue','white','#068'
- summary_focus = 'standout','','white','dark cyan','#ff8','g58'
- summary_odd = 'default','','white','dark blue','white','#006'
+
+ [[summary]]
+ even = 'default','','white','light blue','white','#068'
+ odd = 'default','','white','dark blue','white','#006'
+ focus = 'standout','','white','dark cyan','#ff8','g58'
+
[envelope]
body = 'default','','light gray','default','light gray','default'
header = 'default','','white','dark gray','white','dark gray'