From 9151604fe41b30794728b50b02603c5b0dffe0a4 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 18 Aug 2026 11:32:24 +0200 Subject: [PATCH] tmux: show active border --- files/tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index 4022926..d0c53e2 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -96,11 +96,11 @@ set-option -g set-titles on set-option -g set-titles-string "#H: #W" # Pane borders -set -g pane-border-style fg=#8da101 +set -g pane-border-stlye fg=#c3c6b2 +set -g pane-active-border-style fg=#8da101 set -g pane-border-status top set -g pane-border-lines single set -g pane-border-format " #{?pane_active,#[bold],#[fg=#c3c6b2]}#{pane_index} " -set -g pane-border-indicators colour # Status set -g status-style bg=default