feat(transparency): support trouble.nvim (#319)

This commit is contained in:
not 2024-08-25 13:09:15 -05:00 committed by GitHub
commit 8869e546d4

View file

@ -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" },