From 0d3a66cd9e63e003fa681fb76a106e0a3dc3f7e3 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 20 May 2020 00:54:14 +0300 Subject: tracking irssi theme --- .irssi/default.theme | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.irssi/default.theme b/.irssi/default.theme index 0387af9..833c6c5 100644 --- a/.irssi/default.theme +++ b/.irssi/default.theme @@ -69,7 +69,7 @@ abstracts = { timestamp = "$*"; # any kind of text that needs hilighting, default is to bold - hilight = "%_$*%_"; + hilight = "%r$*%_"; # any kind of error message, default is bright red error = "%R$*%n"; @@ -250,7 +250,7 @@ abstracts = { # default background for all statusbars. You can also give # the default foreground color for statusbar items. - sb_background = "%4%w"; + sb_background = "%w%0"; window_border = "%4%w"; # default backround for "default" statusbar group @@ -283,18 +283,19 @@ abstracts = { # activity in statusbar # ',' separator - sb_act_sep = "%c$*"; + sb_act_sep = "%w$*"; # normal text - sb_act_text = "%c$*"; + sb_act_text = "%g$*"; # public message - sb_act_msg = "%W$*"; + sb_act_msg = "%b$*"; # hilight - sb_act_hilight = "%M$*"; + sb_act_hilight = "%R$*"; # hilight with specified color, $0 = color, $1 = text sb_act_hilight_color = "$0$1-%n"; }; formats = { - "fe-common/core" = { + "fe-common/core" = { pubmsg = "{pubmsgnick $2 {pubnick \00312$[0]0}}$1"; + own_msg = "{ownmsgnick $2 {ownnick $[0]0}}$1"; }; }; -- cgit v1.2.3-70-g09d2