We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06ffde commit 1203612Copy full SHA for 1203612
1 file changed
lua/tiny-inline-diagnostic/highlighter_builder.lua
@@ -55,7 +55,7 @@ function M.build_base_groups(colors, blends, transparent)
55
end
56
57
hi[HIGHLIGHT_PREFIX .. "Arrow"] = {
58
- bg = colors.cursor_line.bg,
+ bg = transparent and colors.cursor_line.bg or colors.background,
59
fg = colors.arrow.fg,
60
}
61
hi[HIGHLIGHT_PREFIX .. "ArrowNoBg"] = {
0 commit comments