fix: light mode correction in init and README

This commit is contained in:
Webhooked 2025-07-25 15:56:55 +02:00
commit 925b8a2100
2 changed files with 2 additions and 3 deletions

View file

@ -25,7 +25,7 @@ M.config = {
return {}
end,
---@type { dark: string, light: string }
background = { dark = "ink", light = "ink" },
background = { dark = "ink", light = "pearl" },
theme = "ink",
---@type { dark: "default"|"contrast", light: "default"|"contrast" }|"default"|"contrast"
foreground = "default",