adapts tmux config

This commit is contained in:
Dennis Schoepf 2026-01-20 19:30:13 +01:00
parent 247d9769cf
commit 168aa38fea

View file

@ -40,8 +40,8 @@
set -g status-left "" set -g status-left ""
set -g status-right "#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H " set -g status-right "#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H "
set -g window-status-current-style bg=default,fg=magenta,bold set -g window-status-current-style bg=default,fg=magenta,bold
set-window-option -g window-status-format " [#I] #W#F " set-window-option -g window-status-format "[#I] #W#F "
set-window-option -g window-status-current-format " [#I] #W#F " set-window-option -g window-status-current-format "[#I] #W#F "
set -g pane-border-style fg=#807c9f set -g pane-border-style fg=#807c9f
set -g pane-active-border-style fg=magenta set -g pane-active-border-style fg=magenta