summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)