neovim: Use hard contrast for gruvbox

This commit is contained in:
Peter Cai 2022-08-07 20:16:54 -04:00
parent 3f710f51de
commit c2b952b9ce
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ set background=dark
" Set contrast.
" This configuration option should be placed before `colorscheme gruvbox-material`.
" Available values: 'hard', 'medium'(default), 'soft'
let g:gruvbox_material_background = 'medium'
let g:gruvbox_material_background = 'hard'
" For better performance
let g:gruvbox_material_better_performance = 1
colorscheme gruvbox-material