0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-03 06:11:22 +02:00
silverwind 6a127075fe
Replace tinycolor2 with colord for color manipulation
`colord` is significantly smaller (~4KB vs ~29KB minified) and ships
its own TypeScript types, removing the need for `@types/tinycolor2`.
Extract `colorToHex` utility to convert any color to 6-digit hex and
add tests for it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 06:07:15 +01:00
..