feat: switch to rose-pine-dawn theme by default

This commit is contained in:
Job
2024-12-22 15:57:33 +01:00
parent 7828f94011
commit c0145ade3d

View File

@@ -4,6 +4,6 @@ return {
{ "sainnhe/gruvbox-material" },
{
"LazyVim/LazyVim",
opts = { colorscheme = "gruvbox-material" },
opts = { colorscheme = "rose-pine-dawn" },
},
}