true color support again for opencode

This commit is contained in:
Matt Anderson
2026-04-17 09:16:23 -05:00
parent 5c234d31a7
commit 2f4e7bd19f

View File

@@ -34,8 +34,8 @@ bind-key m command-prompt -p "send pane to:" "join-pane -t :'%%'"
set -s escape-time 0 set -s escape-time 0
# True color support # True color support
# set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
# set-option -ga terminal-overrides ",*256col*:Tc" set-option -ga terminal-overrides ",*256col*:Tc"
# Allow OSC 11 background queries to pass through # Allow OSC 11 background queries to pass through
set -g allow-passthrough on set -g allow-passthrough on