return { "folke/tokyonight.nvim", opts = { -- moon style = "day" }, config = function (_, opts) require("tokyonight").setup(opts) vim.cmd("colorscheme tokyonight") end }