Add vantablack theme (#4533)

This commit is contained in:
bjarneo
2026-02-07 11:23:27 +01:00
committed by GitHub
parent cbcd0e49be
commit c289cd0730
9 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
return {
-- required for the vantablack nvim theme
{
"bjarneo/aether.nvim",
branch = "v2",
},
{
"bjarneo/vantablack.nvim",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "vantablack",
},
},
}