craftzdog.solarized-osaka.nvim/doc
Takuya Matsuyama 6f3bcf9cd9 refactor(util): Remove dead color and highlight helpers
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.
2026-08-11 14:49:45 +09:00
..
solarized-osaka.nvim.txt refactor(util): Remove dead color and highlight helpers 2026-08-11 14:49:45 +09:00