indiana91/devstandup

Add Color Themes Configuration

オープン

#1 opened on 2025/10/02

 (1 件のコメント) (0 件のリアクション) (1 人の担当者) (0 件のフォーク)auto 404
enhancementgood first issuehacktoberfest

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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:

コントリビューターガイド