improve(prompt_input): support to customize the border and body highlight (#1846)

This commit is contained in:
guanghechen
2025-04-11 10:20:40 +08:00
committed by GitHub
parent f97352e95d
commit c74ef1b9bc
3 changed files with 9 additions and 1 deletions

View File

@@ -722,6 +722,8 @@ return {
| AvanteConflictIncomingLabel | Incoming conflict label highlight | Default to shade of `AvanteConflictIncoming` |
| AvantePopupHint | Usage hints in popup menus | |
| AvanteInlineHint | The end-of-line hint displayed in visual mode | |
| AvantePromptInput | The body highlight of the prompt input | |
| AvantePromptInputBorder | The border highlight of the prompt input | Default to `NormalFloat` |
See [highlights.lua](./lua/avante/highlights.lua) for more information