Add Rose Pine theme as first light

This commit is contained in:
David Heinemeier Hansson
2024-06-03 20:00:01 -07:00
parent 90f49554df
commit 7e6b8b9633
7 changed files with 109 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
return {
{ "rose-pine/neovim", name = "rose-pine" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine-dawn",
},
},
}