Revert "feat: add support of light theme" (#196)

This reverts commit 8b55833db6.
This commit is contained in:
yetone
2024-08-25 00:59:49 +08:00
committed by GitHub
parent 8b55833db6
commit 303928de88
3 changed files with 10 additions and 25 deletions

View File

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