From af7e1e0fea820d34c1809f3ac1f6e0cfa04bf858 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 3 May 2019 09:49:40 -0600 Subject: Clean up styles from 2.9 update and unused files --- stow/tmux/.tmux.conf | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'stow') 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' -- cgit v1.2.3