config-astronvim/lua/plugins/colorscheme.lua
2024-01-20 00:40:08 -05:00

11 lines
214 B
Lua

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