opencode color changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user