feat: add highlight groups for folke/trouble.nvim

This commit is contained in:
Andrew Tiu 2024-03-03 02:22:18 -05:00
commit 60efb64fc5

View file

@ -727,6 +727,11 @@ local function set_highlights()
-- folke/noice.nvim
NoiceCursor = { fg = palette.highlight_high, bg = palette.text },
-- folke/trouble.nvim
TroubleText = { fg = palette.subtle },
TroubleCount = { fg = palette.iris, bg = palette.surface },
TroubleNormal = { fg = palette.text, bg = groups.panel },
-- echasnovski/mini.clue
MiniClueTitle = { bg = groups.panel, bold = styles.bold },