From 9ad79d7a84b901fd182fc467794ce9f083259ff7 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 22 Apr 2021 11:14:04 +0530 Subject: color for pane border --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 432b066..0be74f0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -47,5 +47,7 @@ bind -r L resize-pane -R 5 # styling set -g status-style "fg=#b5b4c9 bg=#1c1c1c" +set -g pane-active-border-style "fg=#5b5f71" +set -g pane-border-style "fg=#b5b4c9" # source-file ~/.tmux/moonfly.tmux.conf -- cgit v1.2.3