fix: renamed default flavor

dev-doc
Pocco81 3 years ago
parent ada0603c71
commit 036fae70c7

@ -19,7 +19,7 @@ function M.get_color_scheme(cs)
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 Catppuccino Dark.",
}, },
require("catppuccino.color_schemes.catppuccino") require("catppuccino.color_schemes.dark_catppuccino")
end end
if not (next(remaps) == nil) then if not (next(remaps) == nil) then

Loading…
Cancel
Save