mirror of
https://github.com/domfelipe/pokebuddy.git
synced 2026-08-07 10:56:46 +00:00
58 lines
1 KiB
Markdown
58 lines
1 KiB
Markdown
# Art Direction
|
||
|
||
PokeBuddy uses a cyber-retro terminal style: neon, pixel, ANSI-inspired, dark UI and expressive companions.
|
||
|
||
## Keywords
|
||
|
||
- terminal native
|
||
- pixel art
|
||
- ANSI-inspired
|
||
- cyber-retro
|
||
- neon green
|
||
- local-first
|
||
- collectible companions
|
||
- developer tool culture
|
||
|
||
## Palette
|
||
|
||
| Token | Hex |
|
||
|---|---|
|
||
| Accent Green | `#00FF90` |
|
||
| Cyan | `#00E6FF` |
|
||
| Yellow | `#FFD60A` |
|
||
| Magenta | `#FF4DFF` |
|
||
| Orange | `#FF6A3D` |
|
||
| Purple | `#A78BFA` |
|
||
| Gray | `#A1A1AA` |
|
||
| White | `#FFFFFF` |
|
||
| Base | `#0B0F14` |
|
||
| Surface | `#11161C` |
|
||
|
||
## Typography
|
||
|
||
Recommended:
|
||
|
||
- Headings: Space Grotesk
|
||
- Terminal/code: JetBrains Mono
|
||
|
||
For pure terminal output, rely on the user’s configured monospace font.
|
||
|
||
## Logo
|
||
|
||
Use the terminal prompt mark as the core logo:
|
||
|
||
```text
|
||
>_
|
||
```
|
||
|
||
Keep it simple, kinetic and legible.
|
||
|
||
## Companion art
|
||
|
||
Recommended workflow:
|
||
|
||
1. Sketch as pixel art.
|
||
2. Convert to ANSI/block style where needed.
|
||
3. Keep a compact terminal version.
|
||
4. Keep a high-detail README/brand version.
|
||
5. Never use official third-party sprites or derivatives.
|