Skip to content

Commit

Permalink
Merge pull request morhetz#170 from ok100/plugin-ale
Browse files Browse the repository at this point in the history
Add colorscheme for ALE plugin
  • Loading branch information
morhetz committed Aug 12, 2017
2 parents 658b76d + 416eaa9 commit 0cd11da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,17 @@ call s:HL('BufTabLineActive', s:fg4, s:bg2)
call s:HL('BufTabLineHidden', s:bg4, s:bg1)
call s:HL('BufTabLineFill', s:bg0, s:bg0)

" }}}
" Asynchronous Lint Engine: {{{

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('ALEInfoLine', s:none, s:none, s:undercurl, s:blue)

hi! link ALEErrorSign GruvboxRedSign
hi! link ALEWarningSign GruvboxYellowSign
hi! link ALEInfoSign GruvboxBlueSign

" }}}

" Filetype specific -----------------------------------------------------------
Expand Down

0 comments on commit 0cd11da

Please sign in to comment.