nix/nvim: disable background color
This commit is contained in:
parent
07ecdb7e73
commit
5ed3dd5e88
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ set termguicolors
|
||||||
" 'lighter-community' | 'darker-community'
|
" 'lighter-community' | 'darker-community'
|
||||||
let g:material_theme_style = 'ocean'
|
let g:material_theme_style = 'ocean'
|
||||||
let g:lightline = { 'colorscheme': 'material_vim' }
|
let g:lightline = { 'colorscheme': 'material_vim' }
|
||||||
|
" Disable background color (let plugin manage it)
|
||||||
|
hi Normal guibg=NONE ctermbg=NONE
|
||||||
colorscheme material
|
colorscheme material
|
||||||
|
|
||||||
" Other options
|
" Other options
|
||||||
|
|
Loading…
Reference in a new issue