Add more themes

This commit is contained in:
David Heinemeier Hansson
2025-06-18 22:12:10 +02:00
parent a07b4df5bb
commit 04b0fb09ee
24 changed files with 544 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
{ "ellisonleao/gruvbox.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox",
},
},
}