diff --git a/.tmux.conf b/.tmux.conf index 2686020..dcd4ceb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,8 +9,7 @@ set -g base-index 1 #set -s escape-time 0 # Set status bar -set -g status-bg black -set -g status-fg white +set -g status-style fg=white,bg=black set -g status-left "" set -g status-right "#[fg=green]#H" @@ -39,7 +38,7 @@ set -g default-terminal "screen-256color" # set -g status-right "#[fg=yellow]#(date)" # Highlight active window -set-window-option -g window-status-current-bg red +set-window-option -g window-status-current-style bg=red # set-window-option -g mouse on set -g history-limit 30000