The light style is a hand-written palette rather than an inversion of the
dark one, so the invert helpers lost their last caller. They only ever
called each other, and the same is true of syntax and highlight. lighten
had no callers at all.
Removing highlight orphans treesitter.lua, whose only consumer was the
ts.get call inside it, so the module goes too. day_brightness fed nothing
but invert_color and was already a no-op, so drop the option and its docs.
Also fix the vimdoc palette example, which called the now-removed
util.lighten with colors.bg_dark and colors.red1 -- tokyonight names that
have never existed in this fork.
All 2822 highlight groups across the dark, light and vivid styles are
byte-for-byte identical before and after, and the extras rebuild clean.
Add the vivid style to the feature list, name the light and vivid
colorschemes under Usage, and add style, light_style and vivid_brightness
to the configuration block.
style and light_style had never been documented, which is how the
generated vimdoc ended up claiming the default was `storm`.
Not a contribution.
This patch fixes the configuration documentation link for Wezterm.
It appears they moved their configuration homepage from
`https://wezfurlong.org/wezterm/config` to
`https://wezfurlong.org/wezterm/config/files.html`. The old link returns
a 400.
Note it does not change `doc/tokyonight.nvim.txt` as that appears to be
managed by the Github actions bot.
Co-authored-by: Pato Lankenau Ahumada <plankenau@apple.com>
* Correct brighten to lighten in README code snippet
Add comment to explain how lighten works
* Correct brigthen as lighten in doc
---------
Co-authored-by: G Roques <g.roques@charter.com>
* feat: add barbecue support
* docs(readme): add barbecue to support list and provide sample config
* fix(barbecue): use Special's fg (blue1) for context_null