Tmux : Use accent color for active pane.
This commit is contained in:
parent
2df7e6bdf7
commit
d339b69ada
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue