indiana91/devstandup

Add Color Themes Configuration

开放

#1 创建于 2025年10月2日

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

仓库指标

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

描述

Add support for multiple color themes (light, dark, dracula, monokai) that users can select via command-line flag or config file.

Tasks:

  • Create a themes.go file in internal/ui/ with theme definitions
  • Add theme constants for popular themes (dracula, monokai, nord, gruvbox)
  • Add --theme flag to CLI
  • Update config.yaml to include theme option
  • Apply theme colors to all lipgloss styles

Acceptance Criteria:

  • User can run devstandup --theme dracula
  • Theme persists when set in config file
  • All UI elements respect the selected theme

Resources:

贡献者指南