Tmux : Use accent color for active pane.

This commit is contained in:
Dmitry Voronin 2024-04-24 18:41:21 +03:00
parent 2df7e6bdf7
commit d339b69ada
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -68,7 +68,7 @@ in {
# Pane style.
set -g pane-border-style "fg=#${bg}"
set -g pane-active-border-style "fg=#${bg}"
set -g pane-active-border-style "fg=#${accent}"
# Statusbar.
bind-key -n ${mod}-${key.tmux.status.toggle} set-option -g status;