remove background from colors

Changed files
+3
lua
config
+3
lua/config/opts.lua
···
o.pumheight = 15
o.updatetime = 50
o.scrolloff = 8
+
+
-- remove bg
+
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })