Match the other themes

This commit is contained in:
David Heinemeier Hansson
2025-10-12 17:30:27 -04:00
parent ebcb489621
commit 7ef30f69b8

View File

@@ -1,15 +1,13 @@
return {
{
"kepano/flexoki-neovim",
name = "flexoki",
config = function()
vim.api.nvim_set_option_value("background", "light", {})
end,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "flexoki-light",
},
},
{
"kepano/flexoki-neovim",
name = "flexoki",
priority = 1000,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "flexoki-light",
},
},
}