feat: add support of light theme (#195)

This commit is contained in:
tang donghai
2024-08-25 00:53:07 +08:00
committed by GitHub
parent dd6bfad844
commit 8b55833db6
3 changed files with 25 additions and 10 deletions

View File

@@ -123,6 +123,10 @@ M.defaults = {
hints = {
enabled = true,
},
--- @class AvanteThemeConfig
--- @field theme "light" | "dark"
--- @type string
theme = "dark",
}
---@type avante.Config