summaryrefslogtreecommitdiff
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
parentd9569331ab828d6909c5351de835578d45bf1ef8 (diff)
introduce a new global themable 'body'.
that is to be used as global attribute of the mainframes body part issue #430
-rw-r--r--alot/defaults/default.theme8
-rw-r--r--alot/defaults/theme.spec8
2 files changed, 16 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'
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)