mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-06 09:07:02 +02:00
fix: light mode correction in init and README
This commit is contained in:
parent
beb1cc74be
commit
925b8a2100
2 changed files with 2 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue