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:
parent
e7091fbfaf
commit
ad078317fb
@ -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', {
|
||||||
|
Loading…
Reference in New Issue
Block a user