mirror of
https://github.com/domfelipe/pokebuddy.git
synced 2026-08-07 05:56:50 +00:00
Initial commit: pokebuddy_cli
This commit is contained in:
commit
d58df9bd10
47 changed files with 1684 additions and 0 deletions
58
docs/ART_DIRECTION.md
Normal file
58
docs/ART_DIRECTION.md
Normal 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 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue