Move ale highlight groups to fresh colorscheme
This commit is contained in:
parent
53c971b802
commit
25c18763bc
@ -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', '', '', '')
|
||||
|
4
vimrc
4
vimrc
@ -66,10 +66,6 @@ let g:ale_sign_error = '▸'
|
||||
let g:ale_sign_warning = '▸'
|
||||
let g:ale_echo_msg_format = '[%linter%] %s (%code%)'
|
||||
let g:ale_linters = {'c': [], 'cpp': []}
|
||||
hi link ALEError SyntasticError
|
||||
hi link ALEWarning SyntasticWarning
|
||||
hi link ALEErrorSign SyntasticErrorSign
|
||||
hi link ALEWarningSign SyntasticWarningSign
|
||||
|
||||
" git diff in the sign column
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
|
Loading…
x
Reference in New Issue
Block a user