1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:20:04 +08:00

fix(tabline): fix default colorscheme tabline

This commit is contained in:
Eric Wong 2024-05-21 23:12:56 +08:00
parent e7091fbfaf
commit ad078317fb

View File

@ -492,7 +492,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
vim.api.nvim_set_hl(0, 'SpaceVim_tabline_a', { vim.api.nvim_set_hl(0, 'SpaceVim_tabline_a', {