statusバーの背景色を指定している設定が何処にあるか不明な場合はアスタリスクを付けて検索することが出来る。以下のようにして現在の設定を確認する。
/set weechat.bar.title.color*
現在の設定はblueということが判る。
16:47:13 weechat | [bar] (weechat.conf) 16:47:13 weechat | weechat.bar.title.color_bg = blue 16:47:13 weechat | weechat.bar.title.color_delim = cyan 16:47:13 weechat | weechat.bar.title.color_fg = default 16:47:13 weechat | 16:47:13 weechat | 3 configuration options found matching with "weechat.bar.title.color*"
これをyellowに変更するために以下のようにする。使える色指定コードは適当に探す。
/set weechat.bar.title.color_bg yellow