pass RGB through instead of quantizing to 256

This commit is contained in:
2026-07-27 22:22:40 -07:00
parent 020eabae22
commit 08f02b9d55
+3
View File
@@ -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"