feat: add AvantePromptInput highlight support (#368)

* feat: add AvantePromptInput highlight support
This commit is contained in:
Antoine Bertin 2025-08-24 16:50:23 +02:00 committed by GitHub
commit 72a04c4065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -978,6 +978,8 @@ local function set_highlights()
AvanteReversedSubtitle = { fg = palette.foam },
AvanteThirdTitle = { fg = palette.highlight_med, bg = palette.iris },
AvanteReversedThirdTitle = { fg = palette.iris },
AvantePromptInput = { fg = palette.text, bg = groups.panel },
AvantePromptInputBorder = { fg = groups.border },
-- Saghen/blink.cmp
BlinkCmpDoc = { bg = palette.highlight_low },