update tmux colors

This commit is contained in:
2017-02-25 13:45:58 -05:00
parent d15bda6c5a
commit 637604a332

View File

@@ -20,7 +20,7 @@ bind k select-pane -U
bind l select-pane -R
bind -r C-k select-window -t :-
bind -r C-j select-window -t :+
bind -r C-j select-window -t :+
# resize
bind -r H resize-pane -L 5
@@ -34,12 +34,18 @@ bind b split-window -v
#lookin' good
set-window-option -g window-status-format " #I: #W "
set-window-option -g status-fg white
set-window-option -g status-bg black
set-window-option -g status-fg colour229 #253-244-193
set-window-option -g status-bg colour235 #40-40-40
set-window-option -g window-status-current-format " #I: #W "
set-window-option -g window-status-current-fg yellow
set-window-option -g window-status-current-fg colour109 #131-165-152
set-option -g pane-active-border-fg colour94
set-option -g pane-active-border-fg colour109
set -g status-justify centre
set -g status-left '#H:#S'
set -g status-left-length 30
set -g status-right '%T'
set -g status-right-length 8