sunhat/themes/neovim/rose-pine.lua

10 lines
135 B
Lua
Raw Normal View History

2024-06-03 22:00:01 -05:00
return {
{ "rose-pine/neovim", name = "rose-pine" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine-dawn",
},
},
}