docs: update wrong operator in doc (#182)
This commit is contained in:
@@ -106,8 +106,8 @@ The theme comes in three styles, `storm`, a darker variant `night` and `day`.
|
|||||||
|
|
||||||
The **day** style will be used if:
|
The **day** style will be used if:
|
||||||
|
|
||||||
- `vim.g.tokyonight_style == "day"`
|
- `vim.g.tokyonight_style = "day"`
|
||||||
- or `vim.o.background == "light"`
|
- or `vim.o.background = "light"`
|
||||||
|
|
||||||
| Option | Default | Description |
|
| Option | Default | Description |
|
||||||
| ----------------------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| ----------------------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
|
|||||||
@@ -126,8 +126,8 @@ To enable the `tokyonight` colorscheme for `Lightline` :
|
|||||||
`colorscheme tokyonight`
|
`colorscheme tokyonight`
|
||||||
The theme comes in three styles, `storm` , a darker variant `night` and `day`.
|
The theme comes in three styles, `storm` , a darker variant `night` and `day`.
|
||||||
The **day** style will be used if:
|
The **day** style will be used if:
|
||||||
- `vim.g.tokyonight_style == "day"`
|
- `vim.g.tokyonight_style = "day"`
|
||||||
- or `vim.o.background == "light"`
|
- or `vim.o.background = "light"`
|
||||||
Option
|
Option
|
||||||
Default
|
Default
|
||||||
Description
|
Description
|
||||||
|
|||||||
Reference in New Issue
Block a user