From da573b8e1fdf0cab54b74cae1149cb1da3a9e2f9 Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Mon, 4 Apr 2022 12:49:28 -0500 Subject: [PATCH] Change active border color for tmux --- tmux/bogster.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/bogster.conf b/tmux/bogster.conf index 808ec21..3ea01c1 100644 --- a/tmux/bogster.conf +++ b/tmux/bogster.conf @@ -6,7 +6,7 @@ set -g status "on" set -g status-left-style "none" set -g message-command-style "fg=#c6b8ad,bg=#415367" set -g status-right-style "none" -set -g pane-active-border-style "fg=#36b2d4" +set -g pane-active-border-style "fg=#dc59c0" set -g status-style "none,bg=#161c23" set -g message-style "fg=#c6b8ad,bg=#415367" set -g pane-border-style "fg=#415367"