Add Solitude theme by HANCORE

This commit is contained in:
David Heinemeier Hansson
2026-05-09 22:33:10 +02:00
parent b2fb238453
commit 47a53a18ba
15 changed files with 179 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
return {
{ "ficcdaf/ashen.nvim" },
{
"LazyVim/LazyVim",
opts = {
colorscheme = "ashen",
},
}
}