Fixed terminal true-color
This commit is contained in:
parent
2ab386ce5c
commit
dfe9de1d0f
4 changed files with 8 additions and 2 deletions
|
@ -51,6 +51,8 @@ set mouse=a
|
|||
syntax enable
|
||||
|
||||
if (has("termguicolors"))
|
||||
let &t_8f="\<Esc>[38;2;%lu;%lu;%lum"
|
||||
let &t_8b="\<Esc>[48;2;%lu;%lu;%lum"
|
||||
set termguicolors
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue