summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-24 12:48:57 +0200
committerjoe <rbo@gmx.us>2025-09-24 12:48:57 +0200
commit76f9a95eba5e621dde77535baeb76b10c2345545 (patch)
treed80498a922fedb4f7d0bf76e736600c929fcf50a /.local
parentup (diff)
downloaddotfiles-bsd-76f9a95eba5e621dde77535baeb76b10c2345545.tar.gz
dotfiles-bsd-76f9a95eba5e621dde77535baeb76b10c2345545.tar.bz2
dotfiles-bsd-76f9a95eba5e621dde77535baeb76b10c2345545.tar.xz
dotfiles-bsd-76f9a95eba5e621dde77535baeb76b10c2345545.tar.zst
dotfiles-bsd-76f9a95eba5e621dde77535baeb76b10c2345545.zip
up
Diffstat (limited to '')
-rw-r--r--.local/share/irssi/gruvbox.theme6
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/share/irssi/gruvbox.theme b/.local/share/irssi/gruvbox.theme
index 818d595..32e8201 100644
--- a/.local/share/irssi/gruvbox.theme
+++ b/.local/share/irssi/gruvbox.theme
@@ -285,13 +285,13 @@ abstracts = {
# activity in statusbar
# ',' separator
- sb_act_sep = "%Y$*%n";
+ sb_act_sep = "%y$*%n";
# normal text
sb_act_text = "%c$*%n";
# public message
- sb_act_msg = "%r$*%n";
+ sb_act_msg = "%y$*%n";
# hilight
- sb_act_hilight = "%W$*%n";
+ sb_act_hilight = "%r$*%n";
# hilight with specified color, $0 = color, $1 = text
sb_act_hilight_color = "$0$1-%n";
};