feat: update colorscheme
All checks were successful
Container build / container-build (push) Successful in 6m0s

This commit is contained in:
Job 2024-11-07 19:21:27 +01:00
parent fc68b611fe
commit fedeb5d58d
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -1,10 +1,16 @@
return {
{ "rose-pine/neovim", name = "rose-pine" },
{ "ellisonleao/gruvbox.nvim" },
{ "rose-pine/neovim" },
{
"sainnhe/gruvbox-material",
opts = function()
vim.g.gruvbox_material_foreground = "original"
vim.g.gruvbox_material_background = "hard"
end,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine-dawn",
colorscheme = "gruvbox-material",
},
},
}