diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-05-13 17:35:09 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-05-13 17:40:51 -0300 |
commit | 54452a6c069a412bcd3bf3a64a51d24ea04ffd6f (patch) | |
tree | 5ce51bd50ae3e15c2844b73bb0838868a101d434 /.tmux.conf | |
parent | 824d694990ea36fdf40275a49b4441123e425609 (diff) |
quick 2023 update
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}" |