diff options
Diffstat (limited to 'tmux/.tmux.conf')
| -rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c08c2e7..b82192f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -14,8 +14,7 @@ set -g mouse on set -g default-terminal "tmux-256color" # Status bar colors -set -g status-bg "#003636" -set -g status-fg "#004344" +set -g status-style "fg=#004344,bg=default" # set -g status-fg "#225859" # Window status - inactive windows with powerline separators |
