mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(plugins): add support for avante.nvim
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
parent
256d086c21
commit
b2f930edca
1 changed files with 8 additions and 0 deletions
|
|
@ -959,6 +959,14 @@ local function set_highlights()
|
|||
GrugFarResultsMatch = { link = "CurSearch" },
|
||||
GrugFarResultsPath = { fg = palette.foam },
|
||||
GrugFarResultsStats = { fg = palette.iris },
|
||||
|
||||
-- yetone/avante.nvim
|
||||
AvanteTitle = { fg = pallete.highlight_high, bg = pallete.rose },
|
||||
AvanteReversedTitle = { fg = pallete.rose },
|
||||
AvanteSubtitle = { fg = pallete.text, bg = pallete.foam },
|
||||
AvanteReversedSubtitle = { fg = pallete.foam },
|
||||
AvanteThirdTitle = { fg = pallete.highlight_med, bg = pallete.iris },
|
||||
AvanteReversedThirdTitle = { fg = pallete.iris },
|
||||
}
|
||||
local transparency_highlights = {
|
||||
DiagnosticVirtualTextError = { fg = groups.error },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue