From 2a8d5c6271ec2f2b4c39de3e3f26dfeddf1eb083 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 26 Jul 2025 18:35:42 +0200 Subject: [PATCH] active/fix --- sh/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 5c00230..ff1d6a2 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -256,7 +256,7 @@ rwx_tmux_servers() { if tmux -L \"\${name}\" list-sessions >/dev/null; then [ -n \"\${text}\" ] && text=\"\${text}${space}\" if [ \"\${name}\" = \"\${active}\" ]; then - text=\"\${text}#[fg=green]\" + text=\"\${text}${RWX_TMUX_ACTIVE_FOREGROUND}\" else text=\"\${text}${RWX_TMUX_ITEM_FOREGROUND}\" fi