From a2ee50cbc7367908b92d6f82dda4b35df1f01f07 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 1 Nov 2024 17:40:36 +0100 Subject: bessere Unterstützung für einen farbigen Hintergrund MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux/tmux.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3038b43..acc0027 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,7 @@ set -g mouse on set -g default-terminal "tmux-256color" -set -g terminal-features ",xterm-256color:RGB" +set -g terminal-features ",xterm*:Tc" +set -g terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' set -g status on set -g status-left " #[fg=darkblue]#S#[fg=black] | " set -g status-left-length 20 @@ -12,8 +13,8 @@ set -g pane-base-index 1 set -g history-limit 10000 set -g escape-time 0 set -g aggressive-resize on -set -g window-status-style fg=black,bg=green -set -g window-status-current-style fg=white,bg=blue,bold +set -g window-status-style fg=black,bg=green,bold +set -g window-status-current-style fg=black,bg=brightblue,bold set -g mode-keys vi set -g focus-events on -- cgit v1.3