From 8869e546d4873b874bc35d20e287b1775584ad71 Mon Sep 17 00:00:00 2001 From: not Date: Sun, 25 Aug 2024 13:09:15 -0500 Subject: [PATCH] feat(transparency): support trouble.nvim (#319) --- lua/rose-pine.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index cbd74b6..67e52c0 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -999,6 +999,8 @@ local function set_highlights() TelescopeSelection = { fg = palette.text, bg = "NONE", bold = styles.bold }, TelescopeSelectionCaret = { fg = palette.rose }, + TroubleNormal = { bg = "NONE" }, + WhichKeyFloat = { bg = "NONE" }, WhichKeyNormal = { bg = "NONE" },