local M = { name = "invero", variant = "light", } function M.load() local setup = require("themes." .. M.name .. ".setup") setup.reset(M) setup.apply(M) end return M