[tmux] pane borders background reset to default

This commit is contained in:
2022-09-08 12:13:50 +03:00
parent c2b0525451
commit b3d099122a

View File

@@ -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