gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

Add highlight support for coc.nvim #124

Closed jiaming-shi closed 4 years ago

jiaming-shi commented 4 years ago

Default highlight of coc.nvim diagnostic signs doesn't set background color, which looks ugly with the gray signcolumn. With this patch, we can have a consistent background color for signcolumn.

Without patch: image

With patch image

rbong commented 4 years ago

LGTM. Thanks for the PR!