diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-04-20 19:37:10 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-04-20 19:37:10 -0600 |
commit | 2dd809781527976307b47a598887062047e202c9 (patch) | |
tree | 8b29daba2c1ef072f380ef530b7e7d9256e43eb3 /tmux.config | |
parent | baeb698bb006193559fc5aa1901180a3ccc73b7a (diff) |
Making tmux configuration much easier to manage
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tmux.config b/tmux.config index 5297ec6..951f44f 100644 --- a/tmux.config +++ b/tmux.config @@ -54,19 +54,19 @@ setw -g pane-base-index 1 ##################################### # default statusbar colors -set-option -g status-bg colour66 #base02 -set-option -g status-fg colour229 #yellow +set-option -g status-bg colour235 #base02 +set-option -g status-fg colour223 #yellow # pane border -set-option -g pane-border-fg colour23 #base02 -set-option -g pane-active-border-fg colour23 #base01 +set-option -g pane-border-fg colour235 #base02 +set-option -g pane-active-border-fg colour142 #base01 ## message text set-option -g message-bg colour235 #base02 set-option -g message-fg colour196 #orange 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 90 +# 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/powerline.sh left)" set-option -g status-right "#(~/.tmux/powerline.sh right)" |