docs: update wrong operator in doc (#182)

This commit is contained in:
l0calh0st
2022-09-02 13:58:02 +08:00
committed by GitHub
parent 6dfdfcbeea
commit 19cb7e17e7
2 changed files with 5 additions and 5 deletions

View File

@@ -106,8 +106,8 @@ The theme comes in three styles, `storm`, a darker variant `night` and `day`.
The **day** style will be used if:
- `vim.g.tokyonight_style == "day"`
- or `vim.o.background == "light"`
- `vim.g.tokyonight_style = "day"`
- or `vim.o.background = "light"`
| Option | Default | Description |
| ----------------------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |