Files
AstroConfig/lua/plugins/10-colorscheme.lua
2024-01-28 11:41:35 +01:00

19 lines
388 B
Lua

---@type LazySpec
return {
{
"AstroNvim/astroui",
dependencies = { "astrobox" },
opts = {
colorscheme = "astrobox",
},
},
{
name = "astrobox",
url = "https://git.niverton.tk/niverton/Astrobox.git",
dev = true, -- Use local dir if available
opts = {
contrast = "hard",
},
},
}