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 { return {
{ {
"kepano/flexoki-neovim", "kepano/flexoki-neovim",
name = "flexoki", name = "flexoki",
config = function() priority = 1000,
vim.api.nvim_set_option_value("background", "light", {}) },
end, {
}, "LazyVim/LazyVim",
{ opts = {
"LazyVim/LazyVim", colorscheme = "flexoki-light",
opts = { },
colorscheme = "flexoki-light", },
},
},
} }