summaryrefslogtreecommitdiff
path: root/alot/defaults/theme.spec
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/theme.spec
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/theme.spec')
-rw-r--r--alot/defaults/theme.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/alot/defaults/theme.spec b/alot/defaults/theme.spec
index c34cf53b..7dcabf12 100644
--- a/alot/defaults/theme.spec
+++ b/alot/defaults/theme.spec
@@ -2,6 +2,8 @@
[[global]]
[[[footer]]]
fg = string(default='default')
+ [[[body]]]
+ fg = string(default='default')
[[[notify_error]]]
fg = string(default='default')
[[[notify_normal]]]
@@ -88,6 +90,9 @@
[[[footer]]]
bg = string(default='default')
fg = string(default='default')
+ [[[body]]]
+ bg = string(default='default')
+ fg = string(default='default')
[[[notify_error]]]
bg = string(default='default')
fg = string(default='default')
@@ -201,6 +206,9 @@
[[[footer]]]
bg = string(default=None)
fg = string(default=None)
+ [[[body]]]
+ bg = string(default=None)
+ fg = string(default=None)
[[[notify_error]]]
bg = string(default=None)
fg = string(default=None)