diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf index a69986c..84838bd 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,7 +4,7 @@ set -g repeat-time 250 set -sg escape-time 0 set -g status-bg colour235 -set -g status-fg colour245 +set -g status-fg colour249 set-window-option -g window-status-current-fg white bind '"' split-window -c "#{pane_current_path}" |