From a3289780bd51c7e62f9e7f5ffa0c1310fb6108db Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 19 Jan 2025 03:15:13 +0100 Subject: [PATCH] tmux/bg --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 128783d..c8dd065 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -66,10 +66,10 @@ set-option -g pane-base-index 1 # ╰────────┴──────┴────────╯ # active style -set-option -g pane-active-border-style bg=black,fg=green +set-option -g pane-active-border-style fg=green # regular style -set-option -g pane-border-style bg=black,fg=gray +set-option -g pane-border-style fg=gray # ╭────────┬────────╮ # │ option │ status │