mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(transparency): support trouble.nvim (#319)
This commit is contained in:
parent
2f44ef189f
commit
8869e546d4
1 changed files with 2 additions and 0 deletions
|
|
@ -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" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue