this repo has no description

Make inlays subtler, uses updated NonText

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