light bg mode

This commit is contained in:
Hunter 2025-03-27 06:45:43 -04:00
parent 7f95d6770f
commit 0398feb68c

View file

@ -24,7 +24,7 @@ m.init = function()
vim.o.clipboard = "unnamed"
vim.opt.background = "dark"
vim.opt.background = "light"
end
return m