Nathan Esquenazi
96137750a4
feat: Sprint 26 — pluggable UI themes (dark, light, solarized, monokai, nord)
Five built-in themes with instant switching, persistent preference,
and zero-flicker loading. Custom themes are pure CSS additions.
Theme system:
- CSS variable overrides via :root[data-theme="name"] blocks
- Flicker prevention: inline <script> reads localStorage before
stylesheet parses, preventing dark-flash on light-mode users
- Server-side persistence via settings.json (theme field)
- Boot.js syncs server preference to DOM + localStorage
Built-in themes:
- Dark (default): deep navy/indigo, muted blue accents
- Light: clean white/gray, high contrast, scrollbar overrides
- Solarized Dark: teal background, warm accents
- Monokai: warm dark, green/pink accents
- Nord: arctic blue-gray, calm and minimal
UI integration:
- Settings panel: theme dropdown with instant live preview
- /theme slash command: /theme dark|light|solarized|monokai|nord
- No enum constraint on theme setting — custom themes just work
Documentation:
- THEMES.md: how to switch themes, create custom themes, contribute
8 new tests. All 408 tests pass.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 20:48:05 -07:00
..
2026-03-30 20:40:19 -07:00
2026-04-04 14:51:15 -07:00
2026-04-03 06:41:32 -07:00
2026-03-31 07:02:47 +00:00
2026-03-30 20:40:19 -07:00
2026-03-30 20:40:19 -07:00
2026-03-30 20:40:19 -07:00
2026-03-30 20:40:19 -07:00
2026-03-30 20:40:19 -07:00
2026-03-30 20:40:19 -07:00
2026-03-30 20:40:19 -07:00
2026-03-30 20:40:19 -07:00
2026-03-30 20:40:19 -07:00
2026-03-31 07:02:47 +00:00
2026-03-31 07:02:47 +00:00
2026-03-31 07:02:47 +00:00
2026-03-31 07:02:47 +00:00
2026-04-02 00:11:49 -07:00
2026-04-03 00:27:43 +00:00
2026-04-03 04:13:38 -07:00
2026-04-03 06:21:04 -07:00
2026-04-03 14:13:29 +00:00
2026-04-03 14:23:56 +00:00
2026-04-03 19:16:17 -07:00
2026-04-04 20:48:05 -07:00