Files
AstroConfig/lua/plugins/10-colorscheme.lua

19 lines
389 B
Lua

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