diff --git a/tmux.conf b/tmux.conf index 0b3ae76..219e53c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -33,9 +33,10 @@ tmux_conf_new_pane_retain_current_path=true set -g window-status-separator '' set -g @ssh_auto_rename_window off -set -g status-style 'fg=colour250,bg=colour0' +set -g status-style '' -set-window-option -g status-left "#{?client_prefix,#[bg=coolour250]#[bg=colour34 fg=colour255],} #S " +set-window-option -g status-left "#[fg=green]#{?client_prefix,#[bg=black fg=green]#[bg=yellow +fg=black],} #S " set-window-option -g status-right "#(~/fmux/tmux-right.sh)" set-window-option -g window-status-style "fg=colour250,bg=colour237"