diff --git a/rootfs/home/andre/.tmux.conf b/rootfs/home/andre/.tmux.conf index ddb9aa4..649ffd0 100644 --- a/rootfs/home/andre/.tmux.conf +++ b/rootfs/home/andre/.tmux.conf @@ -6,9 +6,9 @@ bind S set-window-option synchronize-panes \; display-message "synchronize-panes set -g status-right "[#{?synchronize-panes,SYNC ON,SYNC OFF}] [%Y-%m-%d %H:%M:%S]" # Hintergrundfarbe aller (inaktiven) Panes -set -g window-style "bg=black" +set -g window-style "bg=colour238" # Hintergrundfarbe des aktiven Panes -set -g window-active-style "bg=colour238" +set -g window-active-style "bg=black" set -g history-limit 20000