local util = require("tokyonight.util") local theme = require("tokyonight.theme") return { colorscheme = function() util.load(theme) end }