vim.opt.background = "dark" -- the theme background is dark vim.opt.termguicolors = true vim.g.tokyonight_enable_italic = 1 vim.g.tokyonight_transparent = true vim.cmd("colorscheme tokyonight-moon")