aaaalabs / aaaalabs/arkify

Design a dark mode color palette

未关闭
#2 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement good first issue
主要语言
Python
星标
0
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

**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):**
```python
colors = {
'background': '#f8f9fa',
'panel_bg': '#ffffff',
'primary': '#667eea',
'secondary': '#764ba2',
'text': '#1a202c',
'accent': '#43e97b',
}
```

**Resources:**
- Color contrast checker: https://webaim.org/resources/contrastchecker/
- Dark theme inspiration: https://www.happyhues.co/

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。