Add theme white

This commit is contained in:
Bjarne Øverli
2026-02-21 18:53:58 +01:00
parent c45b46cfbb
commit 94d668bcc3
10 changed files with 120 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
return {
{
-- "bjarneo/white.nvim",
dir = "~/Code/white.nvim",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "white",
},
},
}