From 520dd75e4fa61b44420a7bc1b8cc7085ce25f0ae Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 22 Sep 2025 18:41:29 +0200 Subject: up --- .local/share/irssi/gruvbox.theme | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.local/share/irssi') diff --git a/.local/share/irssi/gruvbox.theme b/.local/share/irssi/gruvbox.theme index f72294b..5cb7b84 100644 --- a/.local/share/irssi/gruvbox.theme +++ b/.local/share/irssi/gruvbox.theme @@ -1,3 +1,4 @@ +# vim: ft=conf # When testing changes, the easiest way to reload the theme is with /RELOAD. # This reloads the configuration file too, so if you did any changes remember # to /SAVE it first. Remember also that /SAVE overwrites the theme file with @@ -100,8 +101,8 @@ abstracts = { ## # highlighted nick/host is printed (joins) - channick_hilight = "%R$*%n"; - chanhost_hilight = "%R{nickhost %K$*%n}%n"; + channick_hilight = "%K$*%n"; + chanhost_hilight = "%K{nickhost %K$*%n}%n"; # nick/host is printed (parts, quits, etc.) channick = "%K$*%n"; @@ -288,7 +289,7 @@ abstracts = { # normal text sb_act_text = "%c$*%n"; # public message - sb_act_msg = "%Y$*%n"; + sb_act_msg = "%r$*%n"; # hilight sb_act_hilight = "%W$*%n"; # hilight with specified color, $0 = color, $1 = text @@ -317,5 +318,10 @@ formats = { pubmsg_channel = "{pubmsgnick $3 {pubnick $nickcolor$0}{msgchannel $1}}$2"; msg_private = "{privmsg $nickcolor$0 $1}$2"; msg_private_query = "{privmsgnick $nickcolor$0}$2"; + join = "%K{channick_hilight $0} %K{chanhost_hilight $1} %Khas joined %K{channel $2}"; + part = "%K{channick $0} %K{chanhost $1} %Khas left %K{channel $2}%K{reason $3}"; + quit = "%K{channick $0} %K{chanhost $1} %Khas quit %K{reason $2}"; + kick = "%r{channick $0} %Kwas kicked from %r{channel $1} %Kby %r{nick $2}%r{reason $3}"; + nick_changed = "%W{channick_hilight $0} %Kis now known as %W{channick_hilight $1}"; }; }; -- cgit v1.2.3