feat(reader): expand reading theme palette with 20 named themes

Replace the original 5-theme allowlist (light, sepia, dark, night,
high-contrast) with a richer 20-theme palette organized into tonal
families: neutrals (light, paper, slate, oled), warm tones (sepia,
parchment, warm, candlelight), cool tones (azure, sky, arctic, frost),
and evening tones (dusk, sunset, twilight, forest, moss, solarized).

The backend validator in UpdateSettings now accepts all 20 theme names,
and the frontend Tailwind build is updated to include the new theme CSS
variables and preflight reset.
This commit is contained in:
2026-04-19 21:50:40 -04:00
parent ba502ec750
commit 3825b93d22
2 changed files with 6 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long