mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: broken transparency for treesitter-context (#294)
This commit is contained in:
parent
8e442a7f54
commit
375ddbeb60
1 changed files with 3 additions and 0 deletions
|
|
@ -954,6 +954,9 @@ local function set_highlights()
|
||||||
IblIndent = { fg = palette.overlay, bg = "NONE" },
|
IblIndent = { fg = palette.overlay, bg = "NONE" },
|
||||||
IblScope = { fg = palette.foam, bg = "NONE" },
|
IblScope = { fg = palette.foam, bg = "NONE" },
|
||||||
IblWhitespace = { fg = palette.overlay, bg = "NONE" },
|
IblWhitespace = { fg = palette.overlay, bg = "NONE" },
|
||||||
|
|
||||||
|
TreesitterContext = { bg = "NONE" },
|
||||||
|
TreesitterContextLineNumber = { fg = palette.rose, bg = "NONE" },
|
||||||
}
|
}
|
||||||
|
|
||||||
if config.options.enable.legacy_highlights then
|
if config.options.enable.legacy_highlights then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue