Updated irssi config

This commit is contained in:
2020-07-19 14:51:49 +01:00
parent 4e83b58b51
commit fdce46614e
3 changed files with 6 additions and 4 deletions

View File

@@ -250,7 +250,7 @@ abstracts = {
# default background for all statusbars. You can also give
# the default foreground color for statusbar items.
sb_background = "%7%k";
sb_background = "%4%k";
# default backround for "default" statusbar group
#sb_default_bg = "%4";
@@ -288,7 +288,7 @@ abstracts = {
# public message
sb_act_msg = "%W$*";
# hilight
sb_act_hilight = "%M$*";
sb_act_hilight = "%y$*";
# hilight with specified color, $0 = color, $1 = text
sb_act_hilight_color = "$0$1-%n";
};