Merge pull request #109 from dracula/ale-patch
Patch ALE highlights to use dracula colors
This commit is contained in:
commit
8548869806
1 changed files with 12 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue