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