Move ale highlight groups to fresh colorscheme
This commit is contained in:
@@ -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', '', '', '')
|
||||
|
||||
Reference in New Issue
Block a user