craftzdog.solarized-osaka.nvim/lua/solarized-osaka
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
..
extra fix(extras): Dim the delta diff backgrounds and drop the stray filename dot 2026-08-11 14:41:32 +09:00
groups fix(diff): do not change fg colors. use dimmed bg colors 2026-05-08 13:21:02 +09:00
colors.lua refactor(util): Remove dead color and highlight helpers 2026-08-11 14:49:45 +09:00
config.lua refactor(util): Remove dead color and highlight helpers 2026-08-11 14:49:45 +09:00
hsl.lua fix(lsp): better type annotationf for the HSL module 2023-11-27 16:23:41 +09:00
hsluv.lua refactor(*): rename files and modules 2023-10-03 13:55:44 +09:00
init.lua refactor: remove unused require to util.lua 2024-12-18 02:51:43 +03:00
theme.lua feat(light): add light color palette 2026-01-09 16:53:43 +09:00
util.lua refactor(util): Remove dead color and highlight helpers 2026-08-11 14:49:45 +09:00