feat(transparency): support trouble.nvim

This commit is contained in:
mvllow 2024-08-25 13:08:28 -05:00
commit 256949f5d7
No known key found for this signature in database

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