nix/nvim: disable background color

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-23 14:47:51 +03:00
parent 07ecdb7e73
commit 5ed3dd5e88
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -18,6 +18,8 @@ set termguicolors
" 'lighter-community' | 'darker-community'
let g:material_theme_style = 'ocean'
let g:lightline = { 'colorscheme': 'material_vim' }
" Disable background color (let plugin manage it)
hi Normal guibg=NONE ctermbg=NONE
colorscheme material
" Other options