From 7ef30f69b8ddb661c8210413858575bf9baccc36 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 12 Oct 2025 17:30:27 -0400 Subject: [PATCH] Match the other themes --- themes/flexoki-light/neovim.lua | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/themes/flexoki-light/neovim.lua b/themes/flexoki-light/neovim.lua index 381cf555..4ca71cd2 100644 --- a/themes/flexoki-light/neovim.lua +++ b/themes/flexoki-light/neovim.lua @@ -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", + }, + }, }