mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-14 06:13:46 -05:00
Add Info highlights for ALE plugin
This commit is contained in:
@@ -811,9 +811,11 @@ call s:HL('BufTabLineFill', s:bg0, s:bg0)
|
|||||||
|
|
||||||
call s:HL('ALEError', s:none, s:none, s:undercurl, s:red)
|
call s:HL('ALEError', s:none, s:none, s:undercurl, s:red)
|
||||||
call s:HL('ALEWarning', s:none, s:none, s:undercurl, s:yellow)
|
call s:HL('ALEWarning', s:none, s:none, s:undercurl, s:yellow)
|
||||||
|
call s:HL('ALEInfoLine', s:none, s:none, s:undercurl, s:blue)
|
||||||
|
|
||||||
hi! link ALEErrorSign GruvboxRedSign
|
hi! link ALEErrorSign GruvboxRedSign
|
||||||
hi! link ALEWarningSign GruvboxYellowSign
|
hi! link ALEWarningSign GruvboxYellowSign
|
||||||
|
hi! link ALEInfoSign GruvboxBlueSign
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user