feat(plugins): add support for avante.nvim

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-08-24 19:45:05 -04:00
commit b2f930edca
No known key found for this signature in database
GPG key ID: 18974753009D2BFA

View file

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