diff --git a/colors/gotham.vim b/colors/gotham.vim index 5cea884..f8963c8 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -262,6 +262,12 @@ let g:unite_source_grep_search_word_highlight = 'UniteGrep' call s:Col('ALEWarningSign', 'yellow', s:linenr_background) call s:Col('ALEErrorSign', 'red', s:linenr_background) +" neomake https://github.com/neomake/neomake +call s:Col('NeomakeWarningSign', 'yellow', s:linenr_background) +call s:Col('NeomakeErrorSign', 'red', s:linenr_background) +call s:Col('NeomakeWarning', 'yellow') +call s:Col('NeomakeError', 'red') + " Cleanup ===================================================================== unlet s:colors