fix(theme): harder

This commit is contained in:
2024-10-10 10:59:56 +01:00
parent 3517f3385a
commit 8fd97a0ee6

View File

@ -22,7 +22,7 @@ return {
-- Optionally configure and load the colorscheme
-- directly inside the plugin declaration.
vim.g.gruvbox_material_enable_italic = true
vim.g.gruvbox_material_background = "medium"
vim.g.gruvbox_material_background = "hard"
vim.cmd.colorscheme("gruvbox-material")
end,
},