diff --git a/src/nvim/highlight_group.c b/src/nvim/highlight_group.c index 7f1b3f8e1e..6ba8d8ae06 100644 --- a/src/nvim/highlight_group.c +++ b/src/nvim/highlight_group.c @@ -150,7 +150,7 @@ static const char *highlight_init_both[] = { "PmenuMatchSel gui=bold cterm=bold", "PmenuSel gui=reverse cterm=reverse,underline blend=0", "RedrawDebugNormal gui=reverse cterm=reverse", - "TabLineSel gui=bold cterm=NONE", + "TabLineSel guifg=fg guibg=bg gui=bold cterm=nocombine", "TermCursor gui=reverse cterm=reverse", "Underlined gui=underline cterm=underline", "lCursor guifg=bg guibg=fg",