mirror of https://github.com/sgoudham/nvim.git
feat: added api
parent
92290bda6d
commit
20a0f1dd15
@ -0,0 +1,7 @@
|
||||
local M = {}
|
||||
|
||||
function M.get_colors(cs)
|
||||
return require("catppuccino.core.cs").get_color_scheme(cs)
|
||||
end
|
||||
|
||||
return M
|
Loading…
Reference in New Issue