1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:40:05 +08:00

fix(default): fix default color template

This commit is contained in:
Eric Wong 2024-06-11 22:28:44 +08:00
parent e31f6b2380
commit 22b15dfe50

View File

@ -594,7 +594,7 @@ function M.def_colors()
end) end)
if not ok then if not ok then
t = vim.fn['Vim#mapping#guide#theme#gruvbox#palette']() t = vim.fn['SpaceVim#mapping#guide#theme#gruvbox#palette']()
end end
end end
colors_template = t colors_template = t