diff options
-rw-r--r-- | .tmux.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.tmux.conf b/.tmux.conf index 84838bd..703e3b3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,9 +3,8 @@ set -g default-terminal "screen-256color" set -g repeat-time 250 set -sg escape-time 0 -set -g status-bg colour235 -set -g status-fg colour249 -set-window-option -g window-status-current-fg white +set -g status-style bg=colour235,fg=colour249 +set-window-option -g window-status-current-style fg=colour251,bright bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" |