indiana91/devstandup

Add Color Themes Configuration

Aperta

#1 aperta il 2 ott 2025

 (1 commento) (0 reazioni) (1 assegnatario) (0 fork)auto 404
enhancementgood first issuehacktoberfest

Metriche repository

Star
 (1 stella)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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:

Guida contributor