pokebuddy/docs/ART_DIRECTION.md
2026-04-25 23:14:38 -03:00

58 lines
1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 users 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.