diff --git a/dot-config/tmux/tmux.conf b/dot-config/tmux/tmux.conf index c48e520..bfa714d 100644 --- a/dot-config/tmux/tmux.conf +++ b/dot-config/tmux/tmux.conf @@ -46,3 +46,5 @@ bind '\' split-window -h -c "#{pane_current_path}" bind C-l send-keys 'C-l' run '~/.config/tmux/tpm/tpm' + +set -g status-style "bg=#1e1e2e" \ No newline at end of file