opencode color changes

This commit is contained in:
Matt Anderson
2026-04-14 10:38:56 -05:00
parent 0df8bf192d
commit 2daf1b0be2
6 changed files with 34 additions and 6 deletions

View File

@@ -34,8 +34,14 @@ 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
set -ga terminal-features "*:osc7,RGB,usstyle,RGB"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m' # truecolor underline
set -g status-style "fg=blue"
set -g window-status-current-style "fg=green"