summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-21 15:03:57 +0200
committerAnton Khirnov <anton@khirnov.net>2020-10-21 15:03:57 +0200
commit2507677179b8d4afef563422e5d7e05ffb86859b (patch)
tree903529cb70687226c4ca22d4e08067da2cf53f61 /alot/defaults
parent7822c912db1d96848d28256ff48a2ba3b9590b77 (diff)
buffers/thread: use LineBox frames to wrap the two main parts
Drop the ugly divider that used to indicate which part is focused.
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/default.theme3
-rw-r--r--alot/defaults/theme.spec3
2 files changed, 6 insertions, 0 deletions
diff --git a/alot/defaults/default.theme b/alot/defaults/default.theme
index 852e5b2a..abb98422 100644
--- a/alot/defaults/default.theme
+++ b/alot/defaults/default.theme
@@ -39,6 +39,9 @@
header_key = 'default','','white','dark gray','white','dark gray'
header_value = 'default','','light gray','dark gray','light gray','dark gray'
+ frame = '', '', 'light gray', '', 'light gray', ''
+ frame_focus = '', '', 'dark green', '', 'dark red', ''
+
crypt_trusted = '', '', 'dark green', '', 'dark green', ''
crypt_untrusted = '', '', 'brown', '', 'brown', ''
crypt_unsigned = '', '', 'dark cyan', '', 'dark cyan', ''
diff --git a/alot/defaults/theme.spec b/alot/defaults/theme.spec
index c1298bf9..d6d2560b 100644
--- a/alot/defaults/theme.spec
+++ b/alot/defaults/theme.spec
@@ -61,6 +61,9 @@
header_key = attrtriple
header_value = attrtriple
+ frame = attrtriple
+ frame_focus = attrtriple
+
crypt_trusted = attrtriple
crypt_untrusted = attrtriple
crypt_unsigned = attrtriple