summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-11-06 21:15:12 +0000
committerGitHub <noreply@github.com>2017-11-06 21:15:12 +0000
commit3cbf716d722cc03c833f49a40686d5bac0de7e16 (patch)
tree7bdbd0f345ceeb92b29756293fbb66118c5f1060
parentfa7d041c26aa6616c13a62274a7fc8458f6096dd (diff)
parent89832884c96a9124f6e99999247e77dc6d20f09c (diff)
downloadale-3cbf716d722cc03c833f49a40686d5bac0de7e16.zip
Merge pull request #1087 from duleorlovic/master
Add example for changing highlight color
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ff05971..b8be4752 100644
--- a/README.md
+++ b/README.md
@@ -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>