From 891c761e663aed44483bac78a3ff4e260a5723ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Jun 2022 21:29:51 +0200 Subject: [PATCH] Update tmux pane borders --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index efdf502..3b93147 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -38,6 +38,10 @@ set-window-option -g pane-base-index 1 set -g status-position bottom set -g status-justify left +setw -g pane-border-lines double +setw -g pane-border-style "fg=#555555" +setw -g pane-active-border-style "fg=#e5b567" +setw -g pane-border-indicators colour set-option -g status-style bg=default