fix #47: broken api func for fetching colors

dev-remaster
Pocco81 3 years ago
parent cbf4fe764d
commit ef399bfdc6

@ -1,7 +1,7 @@
local M = {}
function M.get_colors(cs)
return require("katppuccino.core.cs").get_color_scheme(cs)
function M.get_colors()
return require("katppuccino.core.color_palette")
end
return M

Loading…
Cancel
Save