From 5bf2f19f2b8ad40b53a4fa6650b8d4cd3f18aa61 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Tue, 22 Aug 2023 16:37:11 +0200 Subject: [PATCH] new (helper/weechat.autoadjust): add commands to enhance readability while using auto adjust setting for appearance --- helper/weechat.autoadjust | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 helper/weechat.autoadjust diff --git a/helper/weechat.autoadjust b/helper/weechat.autoadjust new file mode 100644 index 0000000..131492a --- /dev/null +++ b/helper/weechat.autoadjust @@ -0,0 +1,5 @@ +# this is a list of commands to assist in enhancing readability +# of topic, status and bufflist +set weechat.bar.status.color_bg white +set weechat.bar.title.color_bg white +set buflist.format.buffer_current "${color:,white}${format_buffer}"