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

This commit is contained in:
Trolli Schmittlauch 2023-09-09 18:40:28 +02:00
parent e67467cbe1
commit fc4692a0bb

View file

@ -54,12 +54,17 @@ set termguicolors
"let base16colorspace=256
"colorscheme base16-tomorrow-night
colorscheme base16-tomorrow-night
"colorscheme Tomorrow-Night
"colorscheme base16-default-dark
set background=dark
# use default terminal background to retain transparency
highlight Normal guibg=NONE
highlight NonText guibg=NONE
highlight SignColumn guibg=NONE
" Use the same symbols as TextMate for tabstops and EOLs
set listchars=tab:▸\ ,eol