feat: add support of light theme (#195)
This commit is contained in:
@@ -123,6 +123,10 @@ M.defaults = {
|
||||
hints = {
|
||||
enabled = true,
|
||||
},
|
||||
--- @class AvanteThemeConfig
|
||||
--- @field theme "light" | "dark"
|
||||
--- @type string
|
||||
theme = "dark",
|
||||
}
|
||||
|
||||
---@type avante.Config
|
||||
|
||||
Reference in New Issue
Block a user