feat: add highlight groups for folke/trouble.nvim (#248)

This commit is contained in:
Andrew 2024-03-05 09:47:17 -05:00 committed by GitHub
commit a29b09d15a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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