From fbc9022fcf1b6a05252c59447cc3748c621fc85a Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 10 May 2021 15:54:41 +0200 Subject: [PATCH] tmux colors --- dot_tmux.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index fba720c..7768477 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -46,11 +46,8 @@ set -g window-status-current-style fg=black,bg=colour136 set -g window-status-current-format ' #I #W ' # Colors for pane borders(default) -setw -g pane-border-style fg=green,bg=black -setw -g pane-active-border-style fg=white,bg=black -# Active pane normal, other shaded out -setw -g window-style fg=colour240,bg=colour235 -setw -g window-active-style fg=white,bg=black +setw -g pane-border-style fg=colour240,bg=default +setw -g pane-active-border-style fg=green,bg=default # C-b is not acceptable -- Vim uses it set-option -g prefix C-a