From 733617ddffd3abc9586b5d4de517e2f5be882dfb Mon Sep 17 00:00:00 2001 From: yeti Date: Wed, 14 May 2025 07:38:22 +0100 Subject: [PATCH] feat(tmux): force truecolor support in tmux and apps running inside tmux --- home/.config/tmux/tmux.conf.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.config/tmux/tmux.conf.local b/home/.config/tmux/tmux.conf.local index 62e56c4..377783e 100644 --- a/home/.config/tmux/tmux.conf.local +++ b/home/.config/tmux/tmux.conf.local @@ -450,6 +450,8 @@ set -g status-right "#{E:@catppuccin_status_session}" set -g set-clipboard on set -g allow-passthrough on +set -as terminal-overrides ",*:Tc" +set -as terminal-overrides ",*:RGB" # -- custom variables ----------------------------------------------------------