aaaalabs/arkify

Design a dark mode color palette

Aperta

#2 aperta il 22 ott 2025

 (0 commenti) (0 reazioni) (0 assegnatari)Python (1 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Description: Design a dark theme alternative to the current purple gradient.

Requirements:

  • High contrast (WCAG AA compliant, contrast ratio >4.5:1)
  • Works well for LinkedIn/Twitter dark mode
  • Maintain professional indie hacker aesthetic
  • 5-6 colors: background, panel_bg, primary, secondary, text, accent

Todo:

  • Design color palette (provide hex codes)
  • Create mockup or color swatch image
  • (Optional) Update agents/layout_compositor.py colors dict
  • Add example output showing dark theme

Good for: Designers (no coding required! Just submit hex codes in a comment)

Current colors (for reference):

colors = {
    'background': '#f8f9fa',
    'panel_bg': '#ffffff',
    'primary': '#667eea',
    'secondary': '#764ba2',
    'text': '#1a202c',
    'accent': '#43e97b',
}

Resources:

Guida contributor