From cd87459231f653f04794686362918fc55c6b6be7 Mon Sep 17 00:00:00 2001 From: Tristan Havelick Date: Fri, 13 Feb 2026 17:36:54 -0700 Subject: [PATCH] Switch to tmux-256color with true color support Co-Authored-By: Claude Opus 4.6 --- tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d1f8947..5334ff0 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -10,8 +10,9 @@ set -g mouse on # Focus events enabled for terminals that support them set -g focus-events on -# Set default terminal mode to 256color mode -set -g default-terminal "screen-256color" +# Set default terminal with true color support +set -g default-terminal "tmux-256color" +set -as terminal-overrides ',*:Tc' # Resize windows independently based on clients viewing each window (not session) setw -g aggressive-resize on