this repo has no description

Make inlays subtler, uses updated NonText

+4 -4
+4 -4
lua/wombat_lua.lua
··· 32 32 33 33 -- Misc highlight 34 34 comment = '#9C998E', 35 - non_text = '#9C998E', 35 + non_text = '#6e696c', 36 36 bright_text = '#ffffd7', 37 37 38 38 -- UI ··· 210 210 Group.link("CocFadeOut", g.Noop) 211 211 212 212 Group.new("Annotation", c.annotation, c.none) 213 - Group.link("LspInlayHint", g.Annotation) 214 - Group.link("CocInlayHint", g.Annotation) 215 - Group.link("DiagnosticHint", g.Annotation) 213 + Group.link("LspInlayHint", g.NonText) 214 + Group.link("CocInlayHint", g.NonText) 215 + Group.link("DiagnosticHint", g.NonText) 216 216 217 217 Group.link("DiagnosticSignHint", g.Hint) 218 218 Group.link("DiagnosticSignInfo", g.Info)