From 1ec5e4822309d4a62103e6da5a73a17544bd5971 Mon Sep 17 00:00:00 2001 From: andre Date: Wed, 28 Jan 2026 08:17:43 +0100 Subject: [PATCH] rootfs/home/andre/.tmux.conf aktualisiert --- rootfs/home/andre/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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