From 6c9e4782657c52ed2ad1dad9850e1c82e7c47282 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 30 Apr 2019 23:06:05 -0400 Subject: [PATCH] [tmux] add nicer pane border colors The blue and white better matches the gruvbox theme --- tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmux.conf b/tmux.conf index 33fcf6f..f2f4566 100644 --- a/tmux.conf +++ b/tmux.conf @@ -62,3 +62,8 @@ set -g status-right "[$USER@#h] [%m/%d/%y %I:%M]" set -g status-right-style "bg=magenta" set -g status-left-style "bg=yellow" set -g status-interval 60 + +# border colours +set -g pane-border-style fg=blue,bold +set -g pane-active-border-style fg=blue,bold +set -g pane-active-border-style bg=default,bold -- libgit2 0.28.4