refactor: rename thinking => think (#2247)

This commit is contained in:
yetone
2025-06-17 14:08:03 +08:00
committed by GitHub
parent 59ad32efcf
commit 2ed75a2f97
5 changed files with 31 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ local Highlights = {
AVANTE_STATE_SPINNER_THINKING = { name = "AvanteStateSpinnerThinking", fg = "#1e222a", bg = "#c678dd" },
AVANTE_STATE_SPINNER_COMPACTING = { name = "AvanteStateSpinnerCompacting", fg = "#1e222a", bg = "#c678dd" },
AVANTE_TASK_COMPLETED = { name = "AvanteTaskCompleted", fg = "#98c379", bg_link = "Normal" },
AVANTE_THINKING = { name = "AvanteThinking", fg = "#1e222a", bg = "#c678dd" },
AVANTE_THINKING = { name = "AvanteThinking", fg = "#c678dd", bg_link = "Normal" },
}
Highlights.conflict = {