jonastirona/ao5

Feature: Enable Custom Theme Configuration

Aberta

#2 aberto em 2 de dez. de 2025

 (0 comentário) (0 reação) (0 responsável)TypeScript (0 fork)auto 404
enhancementgood first issueui

Métricas do repositório

Stars
 (2 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Description: We want to allow users to configure their own themes! Implement functionality so users can define a custom theme with their own colors and apply it to the application. This should support adding, editing, and selecting a custom theme dynamically.

File: apps/web/src/themes.ts

Task:

  • Refactor the themes object to support user-defined themes.
  • Add the ability for users to provide their own color values and save them.
  • Ensure the app can apply the custom theme in the same way as existing themes.
  • Maintain the structure and compatibility with existing themes.

Reference:

  • See existing themes in themes.ts for structure.

Guia do colaborador