« get me outta code hell

dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/.tmux.conf
diff options
context:
space:
mode:
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}"