fixes tmux colors

This commit is contained in:
Dennis Schoepf 2026-01-10 22:38:05 +01:00
parent 45b61d85c2
commit 3836897215

View file

@ -37,8 +37,13 @@
}
];
extraConfig = ''
set -g status-position bottom
set -g status-style bg=default,fg=white
set -g status-right '#[bg=default,fg=magenta]>> #S'
set -g status-left ' [#I] #W '
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 pane-border-style fg=gray
set -g pane-active-border-style fg=magenta
unbind %
bind "|" split-window -h