mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00: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:
		| @@ -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", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jared Baur
					Jared Baur