diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 540cfe8..400c807 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -162,7 +162,7 @@ set -g pane-active-border-style "fg=#fabd2f,bold" # Show pane labels on borders for easier focus tracking set -g pane-border-status top -set -g pane-border-format "#{?pane_active,#[fg=#282828,bg=#fabd2f,bold] ACTIVE #[default],#[fg=#928374] pane #[default]}#[fg=#ebdbb2] #P #[fg=#928374]| #[fg=#83a598]#{pane_current_command} #[fg=#928374]| #[fg=#bdae93]#{pane_current_path}" +set -g pane-border-format "#[fg=#ebdbb2] #P #[fg=#928374]| #[fg=#83a598]#{pane_current_command} #[fg=#928374]| #[fg=#bdae93]#{pane_current_path}" # Message styling set -g message-style "bg=#d79921,fg=#282828,bold"