Skip to content

Commit

Permalink
fix #47: broken api func for fetching colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pocco81 committed Nov 2, 2021
1 parent cbf4fe7 commit ef399bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/katppuccino/api/colors.lua
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ef399bf

Please sign in to comment.