Fixing underline coloring inside of tmux
This commit is contained in:
parent
d0795a4a11
commit
f6b1e7912e
@ -6,7 +6,11 @@ set -g @plugin '2kabhishek/tmux2k'
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user