diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d429777..4bf9ff9 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -24,3 +24,6 @@ bind -r C-h resize-pane -L 5 bind -r C-j resize-pane -D 5 bind -r C-k resize-pane -U 5 bind -r C-l resize-pane -R 5 + +set -g status-style fg=black,bg=cyan +set -g pane-active-border-style fg=cyan