Move ale highlight groups to fresh colorscheme

This commit is contained in:
2018-09-05 19:07:43 +01:00
parent 53c971b802
commit 25c18763bc
2 changed files with 5 additions and 4 deletions

View File

@@ -191,6 +191,11 @@ if has('gui_running') || &t_Co == 256
call s:hi('Important', '220', '', 'bold')
call s:hi('Research', '202', '', 'bold')
call s:hi('ALEError', '160', '', '')
call s:hi('ALEWarning', '129', '', '')
call s:hi('ALEErrorSign', '160', '233', 'bold')
call s:hi('ALEWarningSign', '129', '233', 'bold')
call s:hi('SyntasticErrorSign', '160', '233', 'bold')
call s:hi('SyntasticWarningSign', '129', '233', 'bold')
call s:hi('SyntasticErrorLine', '', '', '')