17 lines
275 B
Lua
17 lines
275 B
Lua
return {
|
|
{
|
|
"shaunsingh/seoul256.nvim",
|
|
opts = {
|
|
seoul256_disable_background = true,
|
|
},
|
|
config = function() end,
|
|
},
|
|
|
|
-- vim.g.seoul256_disable_background = false
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "seoul256",
|
|
},
|
|
},
|
|
}
|