From 2507677179b8d4afef563422e5d7e05ffb86859b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 21 Oct 2020 15:03:57 +0200 Subject: buffers/thread: use LineBox frames to wrap the two main parts Drop the ugly divider that used to indicate which part is focused. --- alot/defaults/default.theme | 3 +++ alot/defaults/theme.spec | 3 +++ 2 files changed, 6 insertions(+) (limited to 'alot/defaults') 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 -- cgit v1.2.3