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 /doc/aerc-stylesets.7.scd | |
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 'doc/aerc-stylesets.7.scd')
-rw-r--r-- | doc/aerc-stylesets.7.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd index 54736434..9d54e0be 100644 --- a/doc/aerc-stylesets.7.scd +++ b/doc/aerc-stylesets.7.scd @@ -109,6 +109,10 @@ styling. : The messages which match the current search. | *msglist_answered* : The messages marked as answered. +| *msglist_gutter* +: The message list gutter. +| *msglist_pill* +: The message list pill. | *dirlist_default* : The default style for directories in the directory list. | *dirlist_unread* |