common: change theme settings

This commit is contained in:
2023-04-02 23:35:30 +02:00
parent b4bf4e0024
commit 43fdd586fd

View File

@@ -5,8 +5,8 @@ return {
priority = 1000,
config = function()
vim.g.gruvbox_material_background = 'soft'
vim.g.gruvbox_material_foreground = 'original'
vim.g.gruvbox_material_better_performance = 1
-- vim.g.gruvbox_material_enable_italic = 1
vim.cmd.colorscheme 'gruvbox-material'
end,