jonastirona/ao5

Feature: Enable Custom Theme Configuration

开放

#2 创建于 2025年12月2日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (0 个派生)auto 404
enhancementgood first issueui

仓库指标

星标
 (2 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南