mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +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",
 | 
			
		||||
  "PmenuSel          gui=reverse   cterm=reverse,underline blend=0",
 | 
			
		||||
  "RedrawDebugNormal gui=reverse   cterm=reverse",
 | 
			
		||||
  "TabLineSel        gui=bold      cterm=bold",
 | 
			
		||||
  "TermCursor        gui=reverse   cterm=reverse",
 | 
			
		||||
  "Underlined        gui=underline cterm=underline",
 | 
			
		||||
  "lCursor           guifg=bg      guibg=fg",
 | 
			
		||||
@@ -181,6 +180,7 @@ static const char *highlight_init_both[] = {
 | 
			
		||||
  "default link StatusLineTermNC StatusLineNC",
 | 
			
		||||
  "default link TabLine          StatusLineNC",
 | 
			
		||||
  "default link TabLineFill      TabLine",
 | 
			
		||||
  "default link TabLineSel       Normal",
 | 
			
		||||
  "default link VertSplit        WinSeparator",
 | 
			
		||||
  "default link VisualNOS        Visual",
 | 
			
		||||
  "default link Whitespace       NonText",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user