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:
parent
e31f6b2380
commit
22b15dfe50
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user