nix/nvim: switch to the default material theme
This commit is contained in:
parent
0fd5fbeb1a
commit
c10b255e1e
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue