mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add highlight groups for folke/trouble.nvim (#248)
This commit is contained in:
parent
f977eeba34
commit
a29b09d15a
1 changed files with 5 additions and 0 deletions
|
|
@ -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 },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue