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
afb46f9b66
commit
3bbd8a865c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue