theme: change to ellisonleao/gruvbox.nvim

This commit is contained in:
Matej Janezic 2023-02-20 22:58:19 +01:00
parent 3ac697daf6
commit 0fdea977f5
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ return {
priority = 1000, priority = 1000,
config = function() config = function()
require('gruvbox').setup({ contrast = 'soft'})
vim.cmd.colorscheme 'gruvbox' vim.cmd.colorscheme 'gruvbox'
end, end,
}, },
@ -55,6 +56,7 @@ return {
options = { options = {
icons_enabled = false, icons_enabled = false,
theme = 'gruvbox', theme = 'gruvbox',
statusline_style = 'mix',
component_separators = '|', component_separators = '|',
section_separators = '', section_separators = '',
}, },