diff --git a/dot_tmux.conf b/dot_tmux.conf index 189eb41..ce66012 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -46,10 +46,10 @@ set -g @mode_indicator_sync_mode_style 'bg=red,fg=black' set -g @mode_indicator_empty_mode_style 'bg=cyan,fg=black' # stàle the element at the start of the indicator in mode (replace it with prefix, copy, sync or empty) -set -g @mode_indicator_prefix_mode_end_style 'fg=green,bg=black' -set -g @mode_indicator_copy_mode_end_style 'fg=violet,bg=black' -set -g @mode_indicator_sync_mode_end_style 'fg=red,bg=black' -set -g @mode_indicator_empty_mode_end_style 'fg=cyan,bg=black' +set -g @mode_indicator_prefix_mode_end_style 'fg=green,bg=yellow' +set -g @mode_indicator_copy_mode_end_style 'fg=violet,bg=yellow' +set -g @mode_indicator_sync_mode_end_style 'fg=red,bg=yellow' +set -g @mode_indicator_empty_mode_end_style 'fg=cyan,bg=yellow' # == StatusBar Configure ====================================================== # tmux show-options -g | grep status-left @@ -62,7 +62,7 @@ set -g status-right-length 100 set -g status-bg default set -g status-fg white set -g status-style "bg=black,fg=white" -set -g status-left "#{tmux_mode_indicator} [#{session_name}] " +set -g status-left "#{tmux_mode_indicator}#[fg=black,bg=yellow] [#{session_name}] #[fg=yellow,bg=default] " set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y" # set -g status-left '#{tmux_mode_indicator}#[fg=colour240]#(whoami)' # set -g status-left '#{tmux_mode_indicator}#[fg=colour240]#[fg=colour255,bg=colour240] #(whoami) #[fg=colour240,bg=default]'