AstroNvim_template/lua/plugins/colorscheme.lua

10 lines
196 B
Lua

if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
return {
"AstroNvim/astroui",
---@type AstroUIOpts
opts = {
colorscheme = "astrodark", -- change colorscheme
},
}