mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-24 10:47:07 +08:00
fix(tabline): fix default colorscheme tabline
This commit is contained in:
parent
e7091fbfaf
commit
ad078317fb
@ -492,7 +492,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
|
||||
vim.api.nvim_set_hl(0, 'SpaceVim_tabline_a', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user