From 036fae70c7f27a790bfb5d3788a31d0dd21e37d2 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sun, 29 Aug 2021 15:56:17 -0500 Subject: [PATCH] fix: renamed default flavor --- lua/catppuccino/core/cs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/catppuccino/core/cs.lua b/lua/catppuccino/core/cs.lua index 17356cb..1fe5207 100644 --- a/lua/catppuccino/core/cs.lua +++ b/lua/catppuccino/core/cs.lua @@ -19,7 +19,7 @@ function M.get_color_scheme(cs) status = false, msg = "Catppuccino: the colorscheme '" .. cs .. "' was not recognized. Defaulting to Catppuccino Dark.", }, - require("catppuccino.color_schemes.catppuccino") + require("catppuccino.color_schemes.dark_catppuccino") end if not (next(remaps) == nil) then