16 lines
265 B
Lua
16 lines
265 B
Lua
return {
|
|
{
|
|
"shaunsingh/seoul256.nvim",
|
|
-- opts = {
|
|
-- seoul256_disable_background = true,
|
|
-- },
|
|
},
|
|
|
|
-- vim.g.seoul256_disable_background = false
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "seoul256",
|
|
},
|
|
},
|
|
}
|