feat: update colorscheme
All checks were successful
Container build / container-build (push) Successful in 6m0s
All checks were successful
Container build / container-build (push) Successful in 6m0s
This commit is contained in:
parent
fc68b611fe
commit
fedeb5d58d
@ -1,10 +1,16 @@
|
|||||||
return {
|
return {
|
||||||
{ "rose-pine/neovim", name = "rose-pine" },
|
{ "rose-pine/neovim" },
|
||||||
{ "ellisonleao/gruvbox.nvim" },
|
{
|
||||||
|
"sainnhe/gruvbox-material",
|
||||||
|
opts = function()
|
||||||
|
vim.g.gruvbox_material_foreground = "original"
|
||||||
|
vim.g.gruvbox_material_background = "hard"
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
opts = {
|
opts = {
|
||||||
colorscheme = "rose-pine-dawn",
|
colorscheme = "gruvbox-material",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user