summaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-15 02:37:35 +0530
committerbrustybee <bee@4d2.org>2026-03-15 02:37:35 +0530
commit308050915920dc2e78a22b974bc38ae7ffc51a37 (patch)
tree53aae71582c233a641a04b4f17bbdb67404c7588 /colors
parentb36ab7916276d16779eca4f5bf98d9cfdbcead41 (diff)
idk it does something
Diffstat (limited to 'colors')
-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