From 60c4a8620a6a6b0dc7eea7f6a7ef3da0d7af7f5f Mon Sep 17 00:00:00 2001 From: krolxon Date: Thu, 9 May 2024 12:41:23 +0530 Subject: [PATCH] tmux fix colors --- .config/tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 74ba3cd..25f10d7 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,6 @@ -set -ga terminal-overrides ",st-256color*:Tc" -set-option -g default-terminal "screen-256color" +# True color settings +set -g default-terminal "$TERM" +set -ag terminal-overrides ",$TERM:Tc" set -s escape-time 0 set -g prefix2 C-s