diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 04d3907..85901a1 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -29,5 +29,8 @@ bind-key -r -T prefix C-j resize-pane -D 5 bind-key -r -T prefix C-h resize-pane -L 5 bind-key -r -T prefix C-l resize-pane -R 5 +set -g window-style 'fg=colour238,bg=colour232' +set -g window-active-style 'fg=colour231,bg=black' + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.config/tmux/plugins/tpm/tpm'