Skip to content

Commit

Permalink
Merge pull request #172 from GGCristo/master
Browse files Browse the repository at this point in the history
Use new diagnostics sign name
  • Loading branch information
rbong committed Oct 10, 2021
2 parents dba3e04 + 6e2448b commit 961cc18
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions colors/gruvbox.vim
Expand Up @@ -774,6 +774,29 @@ endif
" }}}
" LSP: {{{

hi! link DiagnosticError GruvboxRed
hi! link DiagnosticSignError GruvboxRedSign
hi! link DiagnosticUnderlineError GruvboxRedUnderline

hi! link DiagnosticWarn GruvboxYellow
hi! link DiagnosticSignWarn GruvboxYellowSign
hi! link DiagnosticUnderlineWarn GruvboxYellowUnderline

hi! link DiagnosticInfo GruvboxBlue
hi! link DiagnosticSignInfo GruvboxBlueSign
hi! link DiagnosticUnderlineInfo GruvboxBlueUnderline

hi! link DiagnosticHint GruvboxAqua
hi! link DiagnosticSignHint GruvboxAquaSign
hi! link DiagnosticUnderlineHint GruvboxAquaUnderline

hi! link LspReferenceText GruvboxYellowBold
hi! link LspReferenceRead GruvboxYellowBold
hi! link LspReferenceWrite GruvboxOrangeBold

hi! link LspCodeLens GruvboxGray

" Backward Compatibilty prior to (https://github.com/neovim/neovim/pull/15585)
hi! link LspDiagnosticsDefaultError GruvboxRed
hi! link LspDiagnosticsSignError GruvboxRedSign
hi! link LspDiagnosticsUnderlineError GruvboxRedUnderline
Expand All @@ -790,12 +813,6 @@ hi! link LspDiagnosticsDefaultHint GruvboxAqua
hi! link LspDiagnosticsSignHint GruvboxAquaSign
hi! link LspDiagnosticsUnderlineHint GruvboxAquaUnderline

hi! link LspReferenceText GruvboxYellowBold
hi! link LspReferenceRead GruvboxYellowBold
hi! link LspReferenceWrite GruvboxOrangeBold

hi! link LspCodeLens GruvboxGray

" }}}

" Plugin specific -------------------------------------------------------------
Expand Down

0 comments on commit 961cc18

Please sign in to comment.