Skip to content

Commit

Permalink
Distinguish type from parameter inlay hints
Browse files Browse the repository at this point in the history
Also use a lighter highlighting in general, highlighting the background
is too prominent.
I still feel like comment-like grey is too overloaded for inlay hints.
  • Loading branch information
vimpostor committed Sep 3, 2024
1 parent be62e53 commit 31cf826
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', 'black', 'accent_amber', 'italic')
exec s:hls('LspInlayHintsParam', 'black', 'light_amber', 'italic')
exec s:hls('LspInlayHintsType', 'light_amber', 'black', 'italic')
exec s:hls('LspInlayHintsParam', 'light_cyan', 'black', 'italic')

0 comments on commit 31cf826

Please sign in to comment.