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 (#315)
This commit is contained in:
parent
94ffdb7748
commit
fe9e661cda
1 changed files with 8 additions and 0 deletions
|
|
@ -959,6 +959,14 @@ local function set_highlights()
|
||||||
GrugFarResultsMatch = { link = "CurSearch" },
|
GrugFarResultsMatch = { link = "CurSearch" },
|
||||||
GrugFarResultsPath = { fg = palette.foam },
|
GrugFarResultsPath = { fg = palette.foam },
|
||||||
GrugFarResultsStats = { fg = palette.iris },
|
GrugFarResultsStats = { fg = palette.iris },
|
||||||
|
|
||||||
|
-- yetone/avante.nvim
|
||||||
|
AvanteTitle = { fg = pallete.highlight_high, bg = pallete.rose },
|
||||||
|
AvanteReversedTitle = { fg = pallete.rose },
|
||||||
|
AvanteSubtitle = { fg = pallete.highlight_med, bg = pallete.foam },
|
||||||
|
AvanteReversedSubtitle = { fg = pallete.foam },
|
||||||
|
AvanteThirdTitle = { fg = pallete.highlight_med, bg = pallete.iris },
|
||||||
|
AvanteReversedThirdTitle = { fg = pallete.iris },
|
||||||
}
|
}
|
||||||
local transparency_highlights = {
|
local transparency_highlights = {
|
||||||
DiagnosticVirtualTextError = { fg = groups.error },
|
DiagnosticVirtualTextError = { fg = groups.error },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue