nvim: use a colorscheme again, now with re-enabled transparency
This commit is contained in:
parent
e67467cbe1
commit
fc4692a0bb
|
@ -54,12 +54,17 @@ set termguicolors
|
||||||
|
|
||||||
"let base16colorspace=256
|
"let base16colorspace=256
|
||||||
|
|
||||||
"colorscheme base16-tomorrow-night
|
colorscheme base16-tomorrow-night
|
||||||
"colorscheme Tomorrow-Night
|
"colorscheme Tomorrow-Night
|
||||||
"colorscheme base16-default-dark
|
"colorscheme base16-default-dark
|
||||||
|
|
||||||
set background=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
|
" Use the same symbols as TextMate for tabstops and EOLs
|
||||||
set listchars=tab:▸\ ,eol:¬
|
set listchars=tab:▸\ ,eol:¬
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue