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 {
|
||||
{ "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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user