fix(highlight): make TablineSel more noticeable #31896

The default `TablineSel` highlighting makes it subjectively difficult to
differentiate the selected tab from unselected ones.
This commit is contained in:
Jared Baur 2025-01-07 04:21:15 -08:00 committed by GitHub
parent d8bc08db7f
commit b67fcd0488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,7 +150,6 @@ static const char *highlight_init_both[] = {
"PmenuMatchSel gui=bold cterm=bold", "PmenuMatchSel gui=bold cterm=bold",
"PmenuSel gui=reverse cterm=reverse,underline blend=0", "PmenuSel gui=reverse cterm=reverse,underline blend=0",
"RedrawDebugNormal gui=reverse cterm=reverse", "RedrawDebugNormal gui=reverse cterm=reverse",
"TabLineSel gui=bold cterm=bold",
"TermCursor gui=reverse cterm=reverse", "TermCursor gui=reverse cterm=reverse",
"Underlined gui=underline cterm=underline", "Underlined gui=underline cterm=underline",
"lCursor guifg=bg guibg=fg", "lCursor guifg=bg guibg=fg",
@ -181,6 +180,7 @@ static const char *highlight_init_both[] = {
"default link StatusLineTermNC StatusLineNC", "default link StatusLineTermNC StatusLineNC",
"default link TabLine StatusLineNC", "default link TabLine StatusLineNC",
"default link TabLineFill TabLine", "default link TabLineFill TabLine",
"default link TabLineSel Normal",
"default link VertSplit WinSeparator", "default link VertSplit WinSeparator",
"default link VisualNOS Visual", "default link VisualNOS Visual",
"default link Whitespace NonText", "default link Whitespace NonText",