mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
Match the other themes
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user