From 2f4e7bd19f80e298dd212cbb07dbfaa52cdb8221 Mon Sep 17 00:00:00 2001 From: Matt Anderson Date: Fri, 17 Apr 2026 09:16:23 -0500 Subject: [PATCH] true color support again for opencode --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a6936da..5c10787 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -34,8 +34,8 @@ bind-key m command-prompt -p "send pane to:" "join-pane -t :'%%'" set -s escape-time 0 # True color support -# set -g default-terminal "tmux-256color" -# set-option -ga terminal-overrides ",*256col*:Tc" +set -g default-terminal "tmux-256color" +set-option -ga terminal-overrides ",*256col*:Tc" # Allow OSC 11 background queries to pass through set -g allow-passthrough on