From 5f047728d30ebe41566f01937ecf0d7eedbdbd1e Mon Sep 17 00:00:00 2001 From: Beth Parker Date: Thu, 10 Aug 2017 11:49:29 -0500 Subject: [PATCH] added window status colors --- tmux.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index ff6ff4f..ad6029d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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