addet colorscheme content
This commit is contained in:
parent
3466af8e96
commit
c772cdc413
1 changed files with 8 additions and 4 deletions
|
@ -9,10 +9,8 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{ "savq/melange-nvim" },
|
||||||
"rose-pine/neovim",
|
{ "rose-pine/neovim" },
|
||||||
name = "rose-pine",
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"ribru17/bamboo.nvim",
|
"ribru17/bamboo.nvim",
|
||||||
|
@ -39,4 +37,10 @@ return {
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"LazyVim/LazyVim",
|
||||||
|
opts = {
|
||||||
|
colorscheme = "melange",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue