make folding and pmenu bckg grey
This commit is contained in:
		
							parent
							
								
									c2c40dbe03
								
							
						
					
					
						commit
						64d04c8618
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| -- Highlight trailing whitespace (darker red) and remove all with Ctrl+k | ||||
| -- Highlight trailing whitespace (darker red) and remove all with Ctrl+w | ||||
| vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d' | ||||
| vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@<!$/' | ||||
| 
 | ||||
|  | @ -7,7 +7,6 @@ vim.cmd 'highlight Search ctermfg=Black' | |||
| vim.cmd 'highlight Comment ctermfg=DarkGrey' | ||||
| vim.cmd 'highlight SignColumn ctermbg=none' | ||||
| vim.cmd 'highlight LineNr ctermbg=none ctermfg=DarkGrey' | ||||
| vim.cmd 'highlight Folded ctermbg=Green ctermfg=Black' | ||||
| vim.cmd 'highlight Pmenu ctermbg=253 guibg=253' | ||||
| vim.cmd 'highlight Pmenu ctermfg=232 guifg=232' | ||||
| vim.cmd 'highlight Folded ctermbg=LightGrey ctermfg=Black' | ||||
| vim.cmd 'highlight Pmenu ctermbg=253 ctermfg=Black' | ||||
| vim.cmd 'let g:airline_theme=\'papercolor\'' | ||||
|  |  | |||
		Reference in a new issue