mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add AvantePromptInput highlight support
Add highlight support for avante.nvim prompt input components: - AvantePromptInput: Uses panel background with readable text foreground - AvantePromptInputBorder: Uses standard border styling This follows the established pattern for completion menu styling similar to CMP and Blink prompt inputs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f93360149e
commit
30a840aef5
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = { bg = groups.panel, fg = palette.text },
|
||||
AvantePromptInputBorder = groups.border,
|
||||
|
||||
-- Saghen/blink.cmp
|
||||
BlinkCmpDoc = { bg = palette.highlight_low },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue