mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
16 lines
232 B
Lua
16 lines
232 B
Lua
return {
|
|
{
|
|
"kepano/flexoki-neovim",
|
|
name = "flexoki",
|
|
config = function()
|
|
vim.api.nvim_set_option_value("background", "light", {})
|
|
end,
|
|
},
|
|
{
|
|
"LazyVim/LazyVim",
|
|
opts = {
|
|
colorscheme = "flexoki-light",
|
|
},
|
|
},
|
|
}
|