Merge pull request #109 from dracula/ale-patch

Patch ALE highlights to use dracula colors
This commit is contained in:
D. Ben Knoble 2018-10-27 14:08:18 -04:00 committed by GitHub
commit 8548869806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,4 +33,16 @@ endif
"}}} "}}}
" ALE: {{{
if exists('g:ale_enabled')
hi! link ALEError DraculaErrorLine
hi! link ALEWarning DraculaWarnLine
hi! link ALEInfo DraculaInfoLine
hi! link ALEErrorSign DraculaRed
hi! link ALEWarningSign DraculaOrange
hi! link ALEInfoSign DraculaCyan
endif
" }}}
" vim: fdm=marker ts=2 sts=2 sw=2: " vim: fdm=marker ts=2 sts=2 sw=2: