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:

貢獻者指南