Skip to content

Commit

Permalink
fix dark CocErrorHighlight
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Sep 16, 2020
1 parent cc0f365 commit df868bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/github.vim
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ call s:Col('CocHighlightText', '', 'gutter')

call s:Col('CocErrorSign', 'gutter', 'errorred')
call s:Attr('CocErrorSign', 'bold')
call s:Col('CocErrorHighlight', '', 'errorred')
call s:Col('CocErrorHighlight', '', 'lightred')
call s:Attr('CocErrorHighlight', 'underline')

call s:Col('CocWarningHighlight', '', 'lightorange')
Expand Down

0 comments on commit df868bc

Please sign in to comment.