Added transparent background
parent
51a7ded26b
commit
cc0adb1b17
|
@ -3,7 +3,9 @@
|
||||||
" Without this, some colorschemes (including mine) don't work properly.
|
" Without this, some colorschemes (including mine) don't work properly.
|
||||||
set termguicolors
|
set termguicolors
|
||||||
" Set colorscheme
|
" Set colorscheme
|
||||||
colorscheme tokyonight
|
colorscheme flattened_dark
|
||||||
|
hi Normal guibg=NONE ctermbg=NONE
|
||||||
|
hi LineNr ctermfg=NONE ctermbg=NONE
|
||||||
|
|
||||||
" Line numbers
|
" Line numbers
|
||||||
" I use the combination of absolute and relative line numbers. On the
|
" I use the combination of absolute and relative line numbers. On the
|
||||||
|
|
Reference in New Issue