From eeee54c995f1a8bf53e4979d043818fcd1fcff1e Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Mon, 4 Apr 2022 23:07:08 -0500 Subject: [PATCH] Update active border color (again) --- tmux/bogster.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/bogster.conf b/tmux/bogster.conf index 10e577a..2a3583b 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=#7fdc59" +set -g pane-active-border-style "fg=#b759dc" set -g status-style "none,bg=#161c23" set -g message-style "fg=#c6b8ad,bg=#415367" set -g pane-border-style "fg=#415367"