Merge pull request #1087 from duleorlovic/master

Add example for changing highlight color
This commit is contained in:
w0rp 2017-11-06 21:15:12 +00:00 committed by GitHub
commit 3cbf716d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -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
color scheme which produces ugly highlights. See `:help ale-highlights` for more
information.
color scheme which produces ugly highlights. For example:
```vim
highlight ALEWarning ctermbg=DarkMagenta
```
See `:help ale-highlights` for more information.
<a name="faq-statusline"></a>