added window status colors

This commit is contained in:
Beth Parker 2017-08-10 11:49:29 -05:00
parent c82a57b378
commit 5f047728d3

View file

@ -16,8 +16,8 @@ bind Q new-window -n '%%'
bind A next-window
bind S previous-window
bind W last-window
bind R rename-window '%%'
bind F find-window '%%'
bind R rename-window -n '%%'
bind F find-window -n '%%'
#promote/demote pane
bind z resize-pane -Z
@ -30,3 +30,8 @@ setw -g aggressive-resize on
#enable mouse mode
set -g mouse on
#colors
set -g window-status-fg blue
set -g window-status-current-bg blue
set -g window-status-current-fg green