fixup! nvim: use a colorscheme again, now with re-enabled transparency

This commit is contained in:
Trolli Schmittlauch 2023-10-01 23:30:33 +02:00
parent aa5bb28391
commit 9296843b05

View file

@ -60,7 +60,7 @@ colorscheme base16-tomorrow-night
set background=dark
# use default terminal background to retain transparency
" use default terminal background to retain transparency
highlight Normal guibg=NONE
highlight NonText guibg=NONE
highlight SignColumn guibg=NONE