From cd962cd43a1b3d0614e6154a4b19a2861e9bf677 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sun, 29 Aug 2021 16:03:18 -0500 Subject: [PATCH] fix: error message --- 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 1fe5207..27d8370 100644 --- a/lua/catppuccino/core/cs.lua +++ b/lua/catppuccino/core/cs.lua @@ -17,7 +17,7 @@ function M.get_color_scheme(cs) if not good then return { 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") end