From 20b386f05caff075adc5cf5617b42c75102914c5 Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Mon, 6 Apr 2026 17:57:13 -0500 Subject: [PATCH] fix: Getting 24-bit truecolor support actually working in tmux finally. --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index bedc5f4..442c131 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,6 @@ # True color support -set -g default-terminal "xterm-256color" +set-option -g default-terminal "tmux-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" # Set encoding to Unicode8 setw -gq utf8 on