From d5ed2de48a84063a7f91efc3c4b1c2054f41f75b Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 11 Apr 2024 11:21:34 +0300 Subject: [PATCH] style(tmux): borders --- home/user/.config/tmux/style.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/user/.config/tmux/style.conf b/home/user/.config/tmux/style.conf index fddb3bd..e7f9d22 100644 --- a/home/user/.config/tmux/style.conf +++ b/home/user/.config/tmux/style.conf @@ -33,7 +33,10 @@ setw -g clock-mode-style 24 # borders -set -g pane-border-indicators both +set -g pane-border-lines double +set -g pane-border-indicators colour +set -g pane-border-style 'bg=colour235' +set -g pane-active-border-style 'bg=colour235,fg=blue' # inactive panes style