summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-02-17 17:45:22 +0100
committerAnton Khirnov <anton@khirnov.net>2020-02-19 16:00:44 +0100
commitfbdc7dce60987dc0833a0db031f6dca4f1e1fddc (patch)
tree7f130937b72919b9d0efef413a14e1326a22c15a /alot/defaults
parentf063719d64bd4219cb8e1413f3e5a5812e663872 (diff)
widgets/thread: add theming for quote lines in message body
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/default.theme10
-rw-r--r--alot/defaults/theme.spec3
2 files changed, 13 insertions, 0 deletions
diff --git a/alot/defaults/default.theme b/alot/defaults/default.theme
index b97dac50..0e3f796d 100644
--- a/alot/defaults/default.theme
+++ b/alot/defaults/default.theme
@@ -44,6 +44,16 @@
odd = 'default','','white','dark blue','white','#068'
focus = 'standout','','white','light gray','#ff8','g58'
+ [[quote]]
+ [[[0]]]
+ body = 'default','','light green','default','light green','default'
+ [[[1]]]
+ body = 'default','','light red', 'default','light red', 'default'
+ [[[2]]]
+ body = 'default','','light magenta', 'default','light magenta', 'default'
+ [[[3]]]
+ body = 'default','','brown', 'default','brown', 'default'
+
[envelope]
body = 'default','','light gray','default','light gray','default'
header = 'default','','white','dark gray','white','dark gray'
diff --git a/alot/defaults/theme.spec b/alot/defaults/theme.spec
index 387bbe2a..352564a4 100644
--- a/alot/defaults/theme.spec
+++ b/alot/defaults/theme.spec
@@ -64,6 +64,9 @@
even = attrtriple
odd = attrtriple
focus = attrtriple
+ [[quote]]
+ [[[__many__]]]
+ body = attrtriple
[envelope]
body = attrtriple
header = attrtriple