managarten/packages/shared-theme-ui/src
Till-JS 54383bf7c2 feat(theme): add ThemePage components and distinct background colors
- Add unique background colors for each theme variant:
  - Lume: warm cream/gold tint
  - Nature: green tint in dark mode
  - Stone: blue-gray tint in dark mode
  - Ocean: blue tint in dark mode

- Create shared-theme-ui components:
  - ThemeColorPreview: color circles preview component
  - ThemeCard: individual theme card with status support
  - ThemeGrid: responsive grid layout
  - ThemePage: full page component with mode selector

- Integrate theme page in Chat app:
  - Add /themes route with ThemePage component
  - Add "🎨 Alle Themes" link to PillNavigation dropdown
  - Add palette icon to shared-ui icon set

- Migrate Presi and Picture apps to shared-theme system
- Update semantic color usage across all apps

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 09:03:20 +01:00
..
components feat(theme): add ThemePage components and distinct background colors 2025-11-29 09:03:20 +01:00
pages feat(theme): add ThemePage components and distinct background colors 2025-11-29 09:03:20 +01:00
index.ts feat(theme): add ThemePage components and distinct background colors 2025-11-29 09:03:20 +01:00
ThemeModeSelector.svelte feat(icons): migrate to phosphor-svelte for all icon usage 2025-11-29 07:02:59 +01:00
ThemeSelector.svelte style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
ThemeToggle.svelte feat(icons): migrate to phosphor-svelte for all icon usage 2025-11-29 07:02:59 +01:00
types.ts feat(theme): add ThemePage components and distinct background colors 2025-11-29 09:03:20 +01:00