mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 11:10:04 +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)
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user