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 │