.tmux.conf

changeset 582
7ec3dc00d06d
parent 581
dbe8e6709cd5
child 736
cb71e01111a5
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -12,12 +12,14 @@ set -g renumber-windows on
 # Allows for faster key repetition
 set -sg escape-time 0
 
-set -g pane-border-style bg=colour232,fg=colour235
+set -g pane-border-style        bg=colour232,fg=colour235
 set -g pane-active-border-style bg=colour232,fg=colour239
-set -g window-active-style bg=colour232
+set -g window-active-style      bg=colour232
 
-set -g status-bg colour235
-set -g status-fg cyan
+set -g status-style           bg=colour235,fg=cyan
+set -g message-style          bg=colour235,fg=white
+set -g message-command-style  bg=colour235,fg=white,bold
+set -g mode-style             bg=colour173,fg=black,dim
 
 set -g status-left " #S "
 set -g status-left-bg colour237

mercurial