mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Match the other themes
This commit is contained in:
@@ -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",
|
},
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user