# HG changeset patch # User Meredith Howard # Date 1495517748 14400 # Node ID 7ec3dc00d06d9400e4ef52bb0b109106030fcd4e # Parent dbe8e6709cd531ca4589f00f365bc60f93d2f965 style more of the innards diff --git a/.tmux.conf b/.tmux.conf --- 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