Skip to content

Commit

Permalink
Fix statusline colors in Coc diagnostic windows
Browse files Browse the repository at this point in the history
  • Loading branch information
boweevil authored and boweevil committed Feb 6, 2022
1 parent bf2885a commit 733f98d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,9 @@ hi! link CocDiagnosticsWarning GruvboxOrange
hi! link CocDiagnosticsInfo GruvboxYellow
hi! link CocDiagnosticsHint GruvboxBlue

hi! link CocListMode StatusLine
hi! link CocListPath StatusLine

hi! link CocSelectedText GruvboxRed
hi! link CocCodeLens GruvboxGray

Expand Down

0 comments on commit 733f98d

Please sign in to comment.