style: change float and pmenu to match bg color
This commit is contained in:
		
							parent
							
								
									7189f2ce85
								
							
						
					
					
						commit
						62caf0a983
					
				@ -122,7 +122,7 @@ M.setup = function()
 | 
			
		||||
		markdownUrl = { fg = c.green, underline = config.underline },
 | 
			
		||||
 | 
			
		||||
		-- normal text and background color for floating windows
 | 
			
		||||
		NormalFloat = { fg = c.fg, bg = c.bg1 },
 | 
			
		||||
		NormalFloat = { fg = c.fg, bg = c.bg },
 | 
			
		||||
		-- floating window border
 | 
			
		||||
		FloatBorder = { fg = c.yellow },
 | 
			
		||||
		-- used for the columns set with 'colorcolumn'
 | 
			
		||||
@ -170,7 +170,7 @@ M.setup = function()
 | 
			
		||||
		-- See also |hl-EndOfBuffer|.
 | 
			
		||||
		NonText = { fg = c.bg2 },
 | 
			
		||||
		-- normal item |hl-Pmenu|
 | 
			
		||||
		Pmenu = { fg = c.fg, bg = c.bg1 },
 | 
			
		||||
		Pmenu = { fg = c.fg, bg = c.bg },
 | 
			
		||||
		-- selected item |hl-PmenuSel|
 | 
			
		||||
		PmenuSel = { bg = c.bg2 },
 | 
			
		||||
		-- scrollbar |hl-PmenuSbar|
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user