diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-05-03 09:49:40 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-05-03 09:49:40 -0600 |
commit | af7e1e0fea820d34c1809f3ac1f6e0cfa04bf858 (patch) | |
tree | 8d32810bddf85eab25e74016ad37bb045cce1b3e /stow | |
parent | e5e02738066d2976d86cb26ccd30f693abf0d6fe (diff) |
Clean up styles from 2.9 update and unused files
Diffstat (limited to 'stow')
-rw-r--r-- | stow/tmux/.tmux.conf | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index fd613a2..d41265c 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -68,22 +68,15 @@ set -g history-limit 50000 # Colors ##################################### -# default statusbar colors -set-option -g status-bg default #base02 -set-option -g status-fg colour223 #yellow -# pane border -set-option -g pane-border-fg colour236 #base02 -set-option -g pane-active-border-fg colour239 #base01 -# message text -set-option -g message-bg default #base02 -set-option -g message-fg colour196 #orange +set-option -g status-style "fg=colour223" +set-option -g pane-border-style "fg=colour236" +set-option -g pane-active-border-style "fg=colour239" +set-option -g message-style "fg=colour196" set-option -g status on set-option -g status-interval 2 set-option -g status-justify "centre" set-option -g status-left-length 110 -set-option -g status-right-length 80 -set-option -g status-left "#(~/.tmux/scripts/powerline.sh left)" -set-option -g status-right "#(~/.tmux/scripts/powerline.sh right)" +set-option -g status-left "#S [#H]" # List of plugins set -g @plugin 'tmux-plugins/tpm' |