« get me outta code hell

quick 2023 update - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.tmux.conf
diff options
context:
space:
mode:
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
commit54452a6c069a412bcd3bf3a64a51d24ea04ffd6f (patch)
tree5ce51bd50ae3e15c2844b73bb0838868a101d434 /.tmux.conf
parent824d694990ea36fdf40275a49b4441123e425609 (diff)
quick 2023 update
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
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}"