diff --git a/home/user/.config/tmux/style.conf b/home/user/.config/tmux/style.conf index e7f9d22..ad0c8a1 100644 --- a/home/user/.config/tmux/style.conf +++ b/home/user/.config/tmux/style.conf @@ -35,10 +35,10 @@ setw -g clock-mode-style 24 # borders 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' +set -g pane-border-style 'bg=default' +set -g pane-active-border-style 'bg=black,fg=blue' # inactive panes style -set -g window-style 'fg=terminal,bg=colour235' -set -g window-active-style 'fg=default,bg=terminal' \ No newline at end of file +set -g window-style 'fg=default,bg=default' +set -g window-active-style 'fg=default,bg=black' \ No newline at end of file