ui.lua: theme changes

This commit is contained in:
Hunter 2025-03-30 11:24:28 -04:00
parent 998b60c1c4
commit 1b7a0f813a
4 changed files with 68 additions and 46 deletions

View file

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