mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add AvantePromptInput highlight support (#368)
* feat: add AvantePromptInput highlight support
This commit is contained in:
parent
0e70556c8c
commit
72a04c4065
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 = { fg = palette.text, bg = groups.panel },
|
||||
AvantePromptInputBorder = { fg = groups.border },
|
||||
|
||||
-- Saghen/blink.cmp
|
||||
BlinkCmpDoc = { bg = palette.highlight_low },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue