summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colors/bee_matugen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/bee_matugen.lua b/colors/bee_matugen.lua
index cd2ea1e..9d7f760 100644
--- a/colors/bee_matugen.lua
+++ b/colors/bee_matugen.lua
@@ -33,6 +33,7 @@ end
local harmony = settings.harmony or 0.5
local source_color = settings.source_color
local bg_color = settings.background
+vim.o.background = settings.mode
if not source_color or not bg_color then
vim.notify(
@@ -49,7 +50,6 @@ if vim.o.background == "light" then
theme_base = "one_light"
end
local theme_name = "bee_matugen"
-vim.o.background = settings.mode
if not _G._matugen_theme_watcher then
local uv = vim.uv or vim.loop