Clear the neovim background

This commit is contained in:
Victor Timofei 2021-05-14 00:16:04 +03:00
parent da2184c071
commit 6f294d5b7f
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ set t_Co=256 "required for urxvt
set background=dark "dark or light
colorscheme PaperColor
" Clear the background in order to have opacity
hi Normal guibg=NONE ctermbg=NONE
hi clear SignColumn
hi clear LineNr
" settings
"
filetype on "detect files based on type