diff options
| author | Benjamin Linskey | 2018-04-10 21:32:44 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2018-04-10 21:32:44 -0400 |
| commit | 3252676b9a2fd8671f6399c156adf7c067c8c944 (patch) | |
| tree | 924d37bdd29b3ea18cef1c261f5df53a4ad982dc | |
| parent | be5a5b6f0e5402dff36d0f70a04e441045f8e2bd (diff) | |
| download | btl.vim-3252676b9a2fd8671f6399c156adf7c067c8c944.tar.gz | |
Update ALE highlight groups
Updated ALE groups to use colored backgrounds rather than colored text.
| -rw-r--r-- | colors/btl.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/colors/btl.vim b/colors/btl.vim index 5a1d9a6..e426639 100644 --- a/colors/btl.vim +++ b/colors/btl.vim @@ -106,8 +106,8 @@ hi! link gitcommitOverflow Error hi! link helpHyperTextJump String -hi! link ALEError Error -hi! ALEWarning ctermbg=234 ctermfg=110 cterm=none -hi! ALEInfo ctermbg=234 ctermfg=114 cterm=none +hi! ALEError ctermbg=234 ctermfg=167 cterm=reverse +hi! ALEWarning ctermbg=234 ctermfg=110 cterm=reverse +hi! ALEInfo ctermbg=234 ctermfg=114 cterm=reverse hi! link ALEStyleError ALEError hi! link ALEStyleWarning ALEWarning |