Initial commit: pokebuddy_cli

This commit is contained in:
Felipe Domingues 2026-04-25 23:14:38 -03:00
commit d58df9bd10
47 changed files with 1684 additions and 0 deletions

58
docs/ART_DIRECTION.md Normal file
View file

@ -0,0 +1,58 @@
# 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.