summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-04-19 17:15:18 +0200
committerAnton Khirnov <anton@khirnov.net>2020-04-19 17:15:18 +0200
commitb03af5b8640ae691e89d3ae42701c95100c8a336 (patch)
tree3b4710d9d18c5ce361f8c4863b26f94725772009 /alot/defaults
parent09eb3dd5f8465299e75fad5900614614e62bd537 (diff)
widgets/thread: configurable theming for crypto
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/default.theme5
-rw-r--r--alot/defaults/theme.spec6
2 files changed, 11 insertions, 0 deletions
diff --git a/alot/defaults/default.theme b/alot/defaults/default.theme
index 7abaecc6..852e5b2a 100644
--- a/alot/defaults/default.theme
+++ b/alot/defaults/default.theme
@@ -39,6 +39,11 @@
header_key = 'default','','white','dark gray','white','dark gray'
header_value = 'default','','light gray','dark gray','light gray','dark gray'
+ crypt_trusted = '', '', 'dark green', '', 'dark green', ''
+ crypt_untrusted = '', '', 'brown', '', 'brown', ''
+ crypt_unsigned = '', '', 'dark cyan', '', 'dark cyan', ''
+ crypt_invalid = '', '', 'dark red', '', 'dark red', ''
+
[[summary]]
even = 'default','','white','light blue','white','#006'
odd = 'default','','white','dark blue','white','#068'
diff --git a/alot/defaults/theme.spec b/alot/defaults/theme.spec
index b03b61d4..c1298bf9 100644
--- a/alot/defaults/theme.spec
+++ b/alot/defaults/theme.spec
@@ -60,6 +60,12 @@
header = attrtriple
header_key = attrtriple
header_value = attrtriple
+
+ crypt_trusted = attrtriple
+ crypt_untrusted = attrtriple
+ crypt_unsigned = attrtriple
+ crypt_invalid = attrtriple
+
[[summary]]
even = attrtriple
odd = attrtriple