diff options
Diffstat (limited to 'tmux/.tmux.gcloud.conf')
-rw-r--r-- | tmux/.tmux.gcloud.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.tmux.gcloud.conf b/tmux/.tmux.gcloud.conf index 75bb49d..b3a2776 100644 --- a/tmux/.tmux.gcloud.conf +++ b/tmux/.tmux.gcloud.conf @@ -26,7 +26,7 @@ set -g message-fg colour16 set -g message-bg colour221 set -g message-attr bold set -g status-left '' -set -g status-right '#[fg=colour235,bg=blue] #H:#[bold]#S ' +set -g status-right '#[fg=white,bg=blue] #H:#[bold]#S ' set-option -g set-titles on set -g set-titles-string '#T -- #W' set-window-option -g automatic-rename on |