diff options
author | Konstantin Shelekhin <k.shelekhin@ftml.net> | 2023-08-07 03:10:41 +0300 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-08-11 21:33:02 +0200 |
commit | 4443536dc03d5c9b0e09fef544f44e9e5c36ffcb (patch) | |
tree | 2d71780162805b20a1fe5f8e9fd8c365edf42932 /stylesets/nord | |
parent | cf2f7504993eb1682df3fd66b868764d51c46794 (diff) | |
download | aerc-4443536dc03d5c9b0e09fef544f44e9e5c36ffcb.tar.gz |
style: add msglist_gutter and msglist_pill to config
Allow a user to change the default style of the message list scrollbar.
There is no easy way to set the default style for an object directly in
code, so I've updated every built-in theme to preserve the existing
style.
Signed-off-by: Konstantin Shelekhin <k.shelekhin@ftml.net>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'stylesets/nord')
-rw-r--r-- | stylesets/nord | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stylesets/nord b/stylesets/nord index 8f7d5140..f099a43f 100644 --- a/stylesets/nord +++ b/stylesets/nord @@ -34,6 +34,8 @@ msglist_flagged.bold=true msglist_unread.fg=#8fbcbb msglist_unread.selected.bg=#88C0D0 +msglist_pill.reverse=true + statusline_default.fg=#49576b statusline_error.fg=#94545d |