mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
d8bc08db7f
commit
b67fcd0488
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user