From b3d099122aff52b24a3357ecfd8f6612e0a6f9c3 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Thu, 8 Sep 2022 12:13:50 +0300 Subject: [PATCH] [tmux] pane borders background reset to default --- tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index c5bc63c..32a517e 100755 --- a/tmux.conf +++ b/tmux.conf @@ -66,11 +66,11 @@ set -g message-style fg=white,bold,bg=green # highlight current window setw -g window-status-style fg=cyan,bg=colour235 -setw -g window-status-current-style fg=white,bold,bg=red +setw -g window-status-current-style fg=black,bold,bg=cyan # set color of active pane -set -g pane-border-style fg=colour240,bg=black -set -g pane-active-border-style fg=green,bg=black +set -g pane-border-style fg=colour240,bg=default +set -g pane-active-border-style fg=green,bg=default # To copy, left click and drag to highlight text in yellow, # once you release left click yellow text will disappear and will automatically be available in clibboard