mirror of https://github.com/sgoudham/nvim.git
fix #47: broken api func for fetching colors
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…
Reference in New Issue