Add Rose Pine light theme

This commit is contained in:
David Heinemeier Hansson
2025-07-16 22:08:28 -07:00
parent fb17d91fad
commit 53f77dd267
10 changed files with 246 additions and 0 deletions

View File

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