farout.nvim/lua/tokyonight/init.lua
2021-04-17 21:22:55 +02:00

5 lines
140 B
Lua

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