AstroNvim_template/lua/plugins/colorscheme.lua

11 lines
214 B
Lua
Raw Normal View History

if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
2024-01-20 08:40:08 +03:00
---@type LazySpec
return {
"AstroNvim/astroui",
---@type AstroUIOpts
opts = {
colorscheme = "astrodark", -- change colorscheme
},
}