Initial commit
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
---
|
||||
name: Helldivers 2 Theme Colors
|
||||
description: Color palette and UI patterns for Helldivers 2 sci-fi military aesthetic
|
||||
type: reference
|
||||
---
|
||||
|
||||
## Helldivers 2 Color Palette
|
||||
|
||||
| Color | Hex Code | Usage |
|
||||
|-------|----------|-------|
|
||||
| Military Orange | #FF6B00 | Primary accent, titles, buttons |
|
||||
| Military Yellow | #FFB800 | Highlights, glow effects |
|
||||
| Neon Cyan | #00D4FF | Active states, info text |
|
||||
| Alert Red | #FF3333 | Errors, exit buttons |
|
||||
| Success Green | #00FF66 | Success states |
|
||||
| Dark Background | #0A0A0F | Main background |
|
||||
| Panel Background | #121417 | Card/panel backgrounds |
|
||||
| Secondary BG | #1B1F25 | Elevated surfaces |
|
||||
|
||||
## Button Styles
|
||||
|
||||
**Standard Button:**
|
||||
- Background: #1B1F25 with orange border
|
||||
- Pressed: Cyan border glow
|
||||
- Min height: 56dp
|
||||
- Border: 2dp
|
||||
- Corner radius: 8dp
|
||||
|
||||
**Accent Buttons:**
|
||||
- Orange: Uses gradient for military feel
|
||||
- Cyan: For primary actions
|
||||
- Red: For destructive actions
|
||||
|
||||
## Typography
|
||||
|
||||
- Titles: 24sp, bold, orange/yellow
|
||||
- Buttons: 16sp, bold, white
|
||||
- Status: 14sp, cyan
|
||||
- Small: 12sp, gray
|
||||
|
||||
## Layout Guidelines (4.8" 720x1280)
|
||||
|
||||
- Touch targets: minimum 48dp
|
||||
- Button spacing: 16dp
|
||||
- Panel padding: 16dp
|
||||
- Screen margins: 16dp
|
||||
Reference in New Issue
Block a user