diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-10-28 12:20:19 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-06 23:17:02 +0100 |
commit | c894ee2d7ae9442a04ca2af2dca5b576a850482a (patch) | |
tree | 31a4d9bd714c90892e67c7eb3faf17773352bc3d /config/default_styleset | |
parent | 4cf96270f135fb31411d933ab4b686fe4e4900cf (diff) | |
download | aerc-c894ee2d7ae9442a04ca2af2dca5b576a850482a.tar.gz |
status: add warning style and methods
Add a warning style to default statusline. Add methods to status, aerc,
and account to push a warning message.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/default_styleset')
-rw-r--r-- | config/default_styleset | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/default_styleset b/config/default_styleset index 30baf970..da57e936 100644 --- a/config/default_styleset +++ b/config/default_styleset @@ -21,6 +21,8 @@ statusline*.default=true statusline_default.reverse=true statusline_error.fg=red statusline_error.reverse=true +statusline_warning.fg=yellow +statusline_warning.reverse=true msglist_unread.bold=true msglist_deleted.fg=gray |