17 lines
226 B
Lua
17 lines
226 B
Lua
|
return {
|
||
|
{
|
||
|
"rose-pine/neovim",
|
||
|
name = "rose-pine",
|
||
|
opts = {
|
||
|
variant = "moon",
|
||
|
dark_variant = "moon",
|
||
|
},
|
||
|
},
|
||
|
{
|
||
|
"LazyVim/LazyVim",
|
||
|
opts = {
|
||
|
colorscheme = "rose-pine",
|
||
|
},
|
||
|
},
|
||
|
}
|