-
|
Firstly, I really enjoy your theme @jpwol ! It is definetly the best green theme I have ever used:) on_highlight = function(hl, c)
hl.LspInlayHint = { bg = c.none, fg = c.none }
-- hl.LspInlayHint = { bg = c.bg, fg = c.fg }
-- hl.LspInlayHint = { bg = "NONE", fg = c.fg }
end,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Hi, thanks for your feedback it means a lot! Firstly, the highlight groups you're looking for are However, this behavior is unexpected. Could you please open it as an issue (with the screenshot) and reference the highlight groups I gave you so I can get this fixed? |
Beta Was this translation helpful? Give feedback.
-
|
The fix has been pushed, so you don't have to bother changing highlight groups if you don't want! |
Beta Was this translation helpful? Give feedback.


Hi, thanks for your feedback it means a lot!
Firstly, the highlight groups you're looking for are
DiagnosticVirtualTexthighlights. Specifically,DiagnosticVirtualTextHint,DiagnosticVirtualTextError, ect.However, this behavior is unexpected. Could you please open it as an issue (with the screenshot) and reference the highlight groups I gave you so I can get this fixed?