« get me outta code hell

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