Skip to content

Commit

Permalink
Inherit background for inlay hints
Browse files Browse the repository at this point in the history
This solves the problem where inlay hints would conflict with cursorline
highlighting.
  • Loading branch information
vimpostor committed Sep 3, 2024
1 parent 31cf826 commit 2887586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/prism.vim
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,5 @@ hi! link ALEVirtualTextError DiagnosticVirtualTextError
hi! link ALEVirtualTextWarning DiagnosticVirtualTextWarn

" lsp
exec s:hls('LspInlayHintsType', 'light_amber', 'black', 'italic')
exec s:hls('LspInlayHintsParam', 'light_cyan', 'black', 'italic')
exec s:hls('LspInlayHintsType', 'light_amber', 'none', 'italic')
exec s:hls('LspInlayHintsParam', 'light_cyan', 'none', 'italic')

0 comments on commit 2887586

Please sign in to comment.