vim: set colorscheme background to NONE

https://github.com/vim/vim/issues/10449
master
Guillaume Dott 2022-06-13 10:07:20 +02:00
parent 0a0fccd937
commit b68c282cc0
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ syntax enable
set t_Co=256
set background=dark
augroup transparent_bg | au!
au Colorscheme * hi Normal ctermbg=NONE
augroup END
colorscheme desert
set number