tmux: fix pane label rendering by simplifying border format
This commit is contained in:
@@ -162,7 +162,7 @@ set -g pane-active-border-style "fg=#fabd2f,bold"
|
|||||||
|
|
||||||
# Show pane labels on borders for easier focus tracking
|
# Show pane labels on borders for easier focus tracking
|
||||||
set -g pane-border-status top
|
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
|
# Message styling
|
||||||
set -g message-style "bg=#d79921,fg=#282828,bold"
|
set -g message-style "bg=#d79921,fg=#282828,bold"
|
||||||
|
|||||||
Reference in New Issue
Block a user