diff --git a/README.md b/README.md index bd5698d..a5373f3 100644 --- a/README.md +++ b/README.md @@ -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 | | ----------------------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | diff --git a/doc/tokyonight.nvim.txt b/doc/tokyonight.nvim.txt index d9333e7..e2886d8 100644 --- a/doc/tokyonight.nvim.txt +++ b/doc/tokyonight.nvim.txt @@ -126,8 +126,8 @@ To enable the `tokyonight` colorscheme for `Lightline` : `colorscheme tokyonight` 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 @@ -286,4 +286,4 @@ How to add a new extra template: 2. add the name and output file extension to the `extras` table in `lua/tokyonight/extra/init.lua` 3. in the root directory, run `$ lua lua/tokyonight/extra/init.lua` to generate / update extra themes 4. commit the newly created themes under `extra/` -vim:tw=78:ts=8:ft=help:norl: \ No newline at end of file +vim:tw=78:ts=8:ft=help:norl: