fix: broken transparency for treesitter-context (#294)

This commit is contained in:
Shaun Clayton 2024-07-22 01:23:59 -04:00 committed by GitHub
commit 3bbd8a865c

View file

@ -954,6 +954,9 @@ local function set_highlights()
IblIndent = { fg = palette.overlay, bg = "NONE" },
IblScope = { fg = palette.foam, bg = "NONE" },
IblWhitespace = { fg = palette.overlay, bg = "NONE" },
TreesitterContext = { bg = "NONE" },
TreesitterContextLineNumber = { fg = palette.rose, bg = "NONE" },
}
if config.options.enable.legacy_highlights then