Transparency is key
This commit is contained in:
parent
57b1366897
commit
6e2c080f33
|
@ -34,3 +34,10 @@ nnoremap <M-g> :call Litde()<CR>
|
|||
" Theme
|
||||
nnoremap <M-+> :colo tokyonight-day<CR>
|
||||
nnoremap <M--> :colo tokyonight-night<CR>
|
||||
|
||||
" Try transparent nvim
|
||||
highlight Normal guibg=none
|
||||
highlight NonText guibg=none
|
||||
highlight Normal ctermbg=none
|
||||
highlight NonText ctermbg=none
|
||||
|
||||
|
|
Loading…
Reference in New Issue