ishan9299 / modus-theme-vim

Port of modus-themes in neovim
MIT License
160 stars 10 forks source link

Fix highlight for DiagnosticHint #20

Closed vihu closed 2 years ago

vihu commented 2 years ago

Hi @ishan9299, another PR for you.

When a Diagnostic hint popup shows up in modus-operandi the highlighted color is "Light Grey" which is effectively useless with the light theme (looks okay in modus-vivendi though).

Check before/after for clear example:

modus-operandi before this change: image

modus-operandi after this change: image

modus-vivendi before this change: image

modus-vivendi after this change: image

Admittedly it's arguable whether the Diagnostic hint should be green but it at least is consistent and more importantly visible properly in both the themes.