Change active border color for tmux

This commit is contained in:
Daniel Lynn 2022-04-04 12:49:28 -05:00
parent 3b12379d4d
commit da573b8e1f
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -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"