From ce58a8190e3cab77004074220d85d71fef67880c Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Sat, 4 Oct 2025 20:24:17 +0200 Subject: [PATCH] remove pane border styles --- config/tmux/tmux_style.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/tmux/tmux_style.conf b/config/tmux/tmux_style.conf index 5da2d54..e69de29 100644 --- a/config/tmux/tmux_style.conf +++ b/config/tmux/tmux_style.conf @@ -1,5 +0,0 @@ - -# set pane border styles -setw -g pane-border-style 'fg=#555555' -setw -g pane-active-border-style 'fg=#AAAAAA' -