From 3bbd8a865c03992ad2ae93aa1d7961ecb66e75e1 Mon Sep 17 00:00:00 2001 From: Shaun Clayton Date: Mon, 22 Jul 2024 01:23:59 -0400 Subject: [PATCH] fix: broken transparency for treesitter-context (#294) --- lua/rose-pine.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 6daf4b5..d2eb951 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -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