git clone https://github.com/tmux/tmux.git
cd tmux
sh autogen.sh
./configure && make
touch ~/.tmux.conf~/.tmux.conf
set -g status-style fg=#7c3aed,bg=#0f172a
set -g pane-border-style fg=#4c1d95
set -g pane-active-border-style "bg=default fg=#7c3aed"