From 1a2a97be4ff7bf711fea4cd9235f65718950a48b Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 17 Jan 2022 23:26:07 +0530 Subject: border colors matches color scheme --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 04af44f..1c179ed 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -66,6 +66,6 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 # styling -set -g status-style "fg=#dedede bg=#121212" -set -g pane-active-border-style "fg=#ffffff" -set -g pane-border-style "fg=#ffffff" +set -g status-style "fg=#e6e6f1 bg=#1a1a24" +set -g pane-active-border-style "fg=#e6e6f1" +set -g pane-border-style "fg=#e6e6f1" -- cgit v1.2.3