From f956a83e92992e62d14df01c4332f882fa80b5de Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 26 Apr 2016 21:57:27 +0100 Subject: Fix colors in tmux --- tmux/.tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmux') 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 -- cgit v1.2.3