From 84aa3c7dcd260e5242d7183d824e0f173d718856 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 7 Sep 2023 10:20:36 +0200 Subject: [PATCH] tmux color fix --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index e604436..ab0e7a8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -104,8 +104,8 @@ unbind C-l # Default for go to last window bind -n C-l if-shell "$is_shell" "bind -n C-l send-keys C-l ; run 'sleep 0.1' ; clear-history" # use all colors -set -g default-terminal "screen-256color" -set-option -sa terminal-overrides ',XXX:RGB' +set -g default-terminal "tmux-256color" +#set-option -sa terminal-overrides ',XXX:RGB' # theming, See https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-dark.conf