From e4b65661575a24d8927e1c1d1ce4c046ff258371 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Sun, 25 Aug 2024 13:20:43 -0400 Subject: [PATCH] feat(plugins): add support for avante.nvim (#315) --- lua/rose-pine.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 3115710..0706a74 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -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.highlight_med, 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 },