fix: error message

dev-doc
Pocco81 3 years ago
parent d2d3ca64e5
commit cd962cd43a

@ -17,7 +17,7 @@ function M.get_color_scheme(cs)
if not good then if not good then
return { return {
status = false, status = false,
msg = "Catppuccino: the colorscheme '" .. cs .. "' was not recognized. Defaulting to Catppuccino Dark.", msg = "Catppuccino: the colorscheme '" .. cs .. "' was not recognized. Defaulting to Dark Catppuccino.",
}, },
require("catppuccino.color_schemes.dark_catppuccino") require("catppuccino.color_schemes.dark_catppuccino")
end end

Loading…
Cancel
Save