summaryrefslogtreecommitdiff
path: root/alot/defaults/default.theme
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-04-08 22:58:47 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-04-08 22:58:47 +0100
commit75bdba3e92b01653b3d77c963072fe9c26369cb7 (patch)
tree7918d2726c72a97119cd2754bbef4b8ad03fa56d /alot/defaults/default.theme
parentd9569331ab828d6909c5351de835578d45bf1ef8 (diff)
introduce a new global themable 'body'.
that is to be used as global attribute of the mainframes body part issue #430
Diffstat (limited to 'alot/defaults/default.theme')
-rw-r--r--alot/defaults/default.theme8
1 files changed, 8 insertions, 0 deletions
diff --git a/alot/defaults/default.theme b/alot/defaults/default.theme
index a7dd1fc9..1c3a7cbd 100644
--- a/alot/defaults/default.theme
+++ b/alot/defaults/default.theme
@@ -2,6 +2,8 @@
[[global]]
[[[footer]]]
fg = 'standout'
+ [[[body]]]
+ fg = 'default'
[[[notify_error]]]
fg = 'standout'
[[[notify_normal]]]
@@ -88,6 +90,9 @@
[[[footer]]]
bg = 'dark blue'
fg = 'light green'
+ [[[body]]]
+ bg = 'default'
+ fg = 'default'
[[[notify_error]]]
bg = 'dark red'
fg = 'white'
@@ -201,6 +206,9 @@
[[[footer]]]
bg = '#006'
fg = 'white'
+ [[[body]]]
+ bg = 'default'
+ fg = 'default'
[[[notify_error]]]
bg = 'dark red'
fg = 'white'