feat: added kitty color schemes
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
local util = require("tokyonight.util")
|
||||
local theme = require("tokyonight.theme")
|
||||
|
||||
return { colorscheme = function() util.load(theme) end }
|
||||
local M = {}
|
||||
|
||||
function M.colorscheme() util.load(theme.setup()) end
|
||||
|
||||
return M
|
||||
|
||||
|
||||
Reference in New Issue
Block a user