aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKonstantin Shelekhin <k.shelekhin@ftml.net>2023-08-07 03:10:41 +0300
committerRobin Jarry <robin@jarry.cc>2023-08-11 21:33:02 +0200
commit4443536dc03d5c9b0e09fef544f44e9e5c36ffcb (patch)
tree2d71780162805b20a1fe5f8e9fd8c365edf42932 /CHANGELOG.md
parentcf2f7504993eb1682df3fd66b868764d51c46794 (diff)
downloadaerc-4443536dc03d5c9b0e09fef544f44e9e5c36ffcb.tar.gz
aerc-4443536dc03d5c9b0e09fef544f44e9e5c36ffcb.zip
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 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4d63bd4..4ff6bbd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
`:compose`, `:forward`, `:recall`, etc.).
- Remove headers from the compose window with `:header -d <name>`.
- Add option `-r` to `:attach` to pipe the attachments in.
+- Add `msglist_gutter` and `msglist_pill` styles for message list scrollbar.
### Fixed