AstroNvim_template/lua/plugins/astroui.lua

15 lines
362 B
Lua

return {
"AstroNvim/astroui",
opts = {
colorscheme = "astrodark", -- change colorscheme
highlights = {
init = { -- this table overrides highlights in all themes
-- Normal = { bg = "#000000" },
},
duskfox = { -- a table of overrides/changes to the duskfox theme
-- Normal = { bg = "#000000" },
},
},
},
}