Add example for changing highlight color
Added example on how to actually change the color. Related to #1077
This commit is contained in:
		
							parent
							
								
									fa7d041c26
								
							
						
					
					
						commit
						89832884c9
					
				@ -392,8 +392,13 @@ let g:ale_set_highlights = 0
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can control all of the highlights ALE uses, say if you are using a different
 | 
					You can control all of the highlights ALE uses, say if you are using a different
 | 
				
			||||||
color scheme which produces ugly highlights. See `:help ale-highlights` for more
 | 
					color scheme which produces ugly highlights. For example:
 | 
				
			||||||
information.
 | 
					
 | 
				
			||||||
 | 
					```vim
 | 
				
			||||||
 | 
					highlight ALEWarning ctermbg=DarkMagenta
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					See `:help ale-highlights` for more information.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<a name="faq-statusline"></a>
 | 
					<a name="faq-statusline"></a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user