diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-26 21:57:27 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-26 21:57:27 +0100 |
commit | f956a83e92992e62d14df01c4332f882fa80b5de (patch) | |
tree | d44468f0b2bab22ea6dc765d3d231d15549aa2e7 /tmux/.tmux.conf | |
parent | b143b6f30f7315fc18784adec9e4022c03c0aa08 (diff) |
Fix colors in tmux
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index bb603a9..eac0eb5 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,4 @@ -set -g default-terminal xterm-256color +set -g default-terminal "screen-256color" set -g status on set -g mouse on @@ -23,3 +23,6 @@ bind C-p previous-window bind-key -n C-S-Left swap-window -t -1 bind-key -n C-S-Right swap-window -t +1 + +set -g status-bg colour18 +set -g status-fg colour2 |