diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-10-30 05:30:26 +0100 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-10-30 05:30:26 +0100 |
commit | 42b1c23e5b636e3fa74795f7fd1876e89089dadf (patch) | |
tree | bedcf0f8683678a482ade2d2e03ecda32ce46994 /tmux | |
parent | d248aa42eeee2ea397d0662c35c7e115875067f9 (diff) |
tmux: colors
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.aws.conf | 2 | ||||
-rw-r--r-- | tmux/.tmux.gcloud.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tmux/.tmux.aws.conf b/tmux/.tmux.aws.conf index e4002ef..9758db2 100644 --- a/tmux/.tmux.aws.conf +++ b/tmux/.tmux.aws.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=yellow] #H:#[bold]#S ' +set -g status-right '#[fg=black,bg=yellow] #H:#[bold]#S ' set-option -g set-titles on set -g set-titles-string '#T -- #W' set-window-option -g automatic-rename on 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 |