Fixing underline coloring inside of tmux

This commit is contained in:
Daniel Weber 2024-07-18 09:11:00 -04:00
parent d0795a4a11
commit f6b1e7912e

View File

@ -6,7 +6,11 @@ set -g @plugin '2kabhishek/tmux2k'
set -g @tmux2k-theme 'default icons' set -g @tmux2k-theme 'default icons'
set -ga terminal-overrides ",xterm-256color:Tc" set -g default-terminal 'tmux-256color'
# undercurl support
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
# support colors for undercurl
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'
set-option -g mouse on set-option -g mouse on