From 08f02b9d555576faee8816cf986630cfbea1c2cc Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Mon, 27 Jul 2026 22:22:40 -0700 Subject: [PATCH] pass RGB through instead of quantizing to 256 --- config/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/tmux.conf b/config/tmux.conf index 32df0fe..13418c3 100644 --- a/config/tmux.conf +++ b/config/tmux.conf @@ -36,3 +36,6 @@ set -g @dracula-plugins "cpu-usage ram-usage" # Initialize TPM (keep this line at the very bottom) run '~/.config/tmux/plugins/tpm/tpm' + +# the outer terminal can do 24-bit color, pass RGB through instead of quantizing to 256. +set -ga terminal-overrides ",*:Tc"