nix/nvim: switch to the default material theme

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-23 15:24:15 +03:00
parent 0fd5fbeb1a
commit c10b255e1e
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

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