From 22b15dfe50fe9ad3a0dde4ebb2ea04dad5e42810 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 11 Jun 2024 22:28:44 +0800 Subject: [PATCH] fix(default): fix default color template --- lua/spacevim/plugin/statusline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/spacevim/plugin/statusline.lua b/lua/spacevim/plugin/statusline.lua index d6337c8d0..caa76f53c 100644 --- a/lua/spacevim/plugin/statusline.lua +++ b/lua/spacevim/plugin/statusline.lua @@ -594,7 +594,7 @@ function M.def_colors() end) if not ok then - t = vim.fn['Vim#mapping#guide#theme#gruvbox#palette']() + t = vim.fn['SpaceVim#mapping#guide#theme#gruvbox#palette']() end end colors_template = t