diff texts light
This commit is contained in:
		
							parent
							
								
									110cc29feb
								
							
						
					
					
						commit
						7fdbbd5978
					
				| 
						 | 
					@ -41,10 +41,10 @@ call SetColor('ColorColumn', '', '#1d0808', '', '#f0ebeb', '')
 | 
				
			||||||
" CursorColumn
 | 
					" CursorColumn
 | 
				
			||||||
call SetColor('CursorLine',   '',        '#222222', '',        '#B3C2C7', '')
 | 
					call SetColor('CursorLine',   '',        '#222222', '',        '#B3C2C7', '')
 | 
				
			||||||
call SetColor('Directory',    '#eeeeee', '',        '',        '',        '')
 | 
					call SetColor('Directory',    '#eeeeee', '',        '',        '',        '')
 | 
				
			||||||
call SetColor('DiffAdd',      '#aaaaaa', '#001000', '',        '',        '')
 | 
					call SetColor('DiffAdd',      '#aaaaaa', '#001000', '',        '#ddcccc',        '')
 | 
				
			||||||
call SetColor('DiffChange',   '#777777', '#101010', '',        '',        '')
 | 
					call SetColor('DiffChange',   '#777777', '#101010', '',        '#dddddd',        '')
 | 
				
			||||||
call SetColor('DiffDelete',   '#333333', '#200000', '',        '',        '')
 | 
					call SetColor('DiffDelete',   '#333333', '#200000', '',        '#ccddcc',        '')
 | 
				
			||||||
call SetColor('DiffText',     '#cccccc', '#101010', '',        '',        '')
 | 
					call SetColor('DiffText',     '#cccccc', '#101010', '',        '#A9CCD6',        '')
 | 
				
			||||||
call SetColor('EndOfBuffer',  '#121212', '',        '#bbbbbb', '',        '')
 | 
					call SetColor('EndOfBuffer',  '#121212', '',        '#bbbbbb', '',        '')
 | 
				
			||||||
call SetColor('ErrorMsg',     '#ff0000', '',        '#222222', '#ffaaaa', 'bold')
 | 
					call SetColor('ErrorMsg',     '#ff0000', '',        '#222222', '#ffaaaa', 'bold')
 | 
				
			||||||
call SetColor('VertSplit',    '#090909', '#090909', g:ui_l_bg, g:ui_l_bg, '')
 | 
					call SetColor('VertSplit',    '#090909', '#090909', g:ui_l_bg, g:ui_l_bg, '')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue