about summary refs log tree commit diff
path: root/buflist.conf
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-05 15:09:42 +0900
committersefidel <contact@sefidel.net>2023-08-06 01:22:44 +0900
commit77c381da63e5c8307ff3c0ed4f39524e49914996 (patch)
treed4b74fec81d1e3dc803ba1ec9ca0f5faedad8ef4 /buflist.conf
parent31eb7ea1017c8d91b386c74a21dc5cb3d17afb14 (diff)
downloadweechatrc-77c381da63e5c8307ff3c0ed4f39524e49914996.tar.gz
weechatrc-77c381da63e5c8307ff3c0ed4f39524e49914996.zip
feat: update & fix colours
Diffstat (limited to 'buflist.conf')
-rw-r--r--buflist.conf4
1 files changed, 2 insertions, 2 deletions
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}"