aaaalabs / aaaalabs/arkify

Design a dark mode color palette

Đang mở
#2 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement good first issue
Ngôn ngữ chính
Python
Star
0
Fork
1
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**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/

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.