summaryrefslogtreecommitdiffstats
path: root/.local/share/irssi
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-22 18:41:29 +0200
committerjoe <rbo@gmx.us>2025-09-22 18:41:29 +0200
commit520dd75e4fa61b44420a7bc1b8cc7085ce25f0ae (patch)
treef2f5ddf1b56c877bd14a26929e870ec85a476ad5 /.local/share/irssi
parentup (diff)
downloaddotfiles-bsd-520dd75e4fa61b44420a7bc1b8cc7085ce25f0ae.tar.gz
dotfiles-bsd-520dd75e4fa61b44420a7bc1b8cc7085ce25f0ae.tar.bz2
dotfiles-bsd-520dd75e4fa61b44420a7bc1b8cc7085ce25f0ae.tar.xz
dotfiles-bsd-520dd75e4fa61b44420a7bc1b8cc7085ce25f0ae.tar.zst
dotfiles-bsd-520dd75e4fa61b44420a7bc1b8cc7085ce25f0ae.zip
up
Diffstat (limited to '')
-rw-r--r--.local/share/irssi/gruvbox.theme12
1 files changed, 9 insertions, 3 deletions
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}";
};
};