Revert to vim's default term colorscheme
This commit is contained in:
		
							parent
							
								
									eaaf6db7ad
								
							
						
					
					
						commit
						d79cbd6989
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -2,6 +2,10 @@ | |||
| vim.cmd 'highlight WhitespaceEOL ctermbg=red guibg=#ab0d0d' | ||||
| vim.cmd 'match WhitespaceEOL /\\s\\+\\%#\\@<!$/' | ||||
| 
 | ||||
| -- Revert to vim's default term colorscheme | ||||
| vim.cmd 'colorscheme vim' | ||||
| vim.cmd 'set notermguicolors' | ||||
| 
 | ||||
| vim.cmd 'highlight Visual cterm=bold ctermbg=Grey ctermfg=none' | ||||
| vim.cmd 'highlight Search ctermfg=Black' | ||||
| vim.cmd 'highlight Comment ctermfg=DarkGrey' | ||||
|  |  | |||
		Reference in a new issue