We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f8a33 commit 228a8c3Copy full SHA for 228a8c3
lua/mini/hues.lua
@@ -896,6 +896,7 @@ MiniHues.apply_palette = function(palette, plugins)
896
hi('MiniClueTitle', { link='FloatTitle' })
897
898
hi('MiniCompletionActiveParameter', { link='LspSignatureActiveParameter' })
899
+ hi('MiniCompletionDeprecated', { link='DiagnosticDeprecated' })
900
hi('MiniCompletionInfoBorderOutdated', { link='DiagnosticFloatingWarn' })
901
902
hi('MiniCursorword', { fg=nil, bg=nil, underline=true })
0 commit comments