From e22608aa2e3840c4069c4bda507711b511f6b143 Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Sun, 14 Jun 2020 19:41:44 +0200 Subject: [PATCH] bring cyan back --- tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d429777..4bf9ff9 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -24,3 +24,6 @@ bind -r C-h resize-pane -L 5 bind -r C-j resize-pane -D 5 bind -r C-k resize-pane -U 5 bind -r C-l resize-pane -R 5 + +set -g status-style fg=black,bg=cyan +set -g pane-active-border-style fg=cyan