From 77c381da63e5c8307ff3c0ed4f39524e49914996 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 5 Aug 2023 15:09:42 +0900 Subject: feat: update & fix colours --- buflist.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buflist.conf') diff --git a/buflist.conf b/buflist.conf index f6af644..2d62c89 100644 --- a/buflist.conf +++ b/buflist.conf @@ -6,7 +6,7 @@ # # Use commands like /set or /fset to change settings in WeeChat. # -# For more info, see: https://weechat.org/doc/quickstart/ +# For more info, see: https://weechat.org/doc/weechat/quickstart/ # [look] @@ -25,7 +25,7 @@ use_items = 1 [format] buffer = "${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}" -buffer_current = "${color:,blue}${format_buffer}" +buffer_current = "${color:,237}${format_buffer}" hotlist = " ${color:green}(${hotlist}${color:green})" hotlist_highlight = "${color:magenta}" hotlist_low = "${color:white}" -- cgit 1.4.1