mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-08-03 07:39:46 +08:00
40f4d2f730
Migrate from 4-dimension (Type×Style×Text×Mood) to 5-dimension (Type×Palette×Rendering×Text×Mood) system. 9 palettes × 6 renderings = 54 combinations replacing 20 fixed styles. Add style presets for backward compatibility, v2→v3 schema migration, and new reference structure (palettes/, renderings/, workflow/).
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
# Style Presets
|
|
|
|
`--style X` expands to a palette + rendering combination. Users can override either dimension.
|
|
|
|
| --style | Palette | Rendering |
|
|
|---------|---------|-----------|
|
|
| `elegant` | `elegant` | `hand-drawn` |
|
|
| `blueprint` | `cool` | `digital` |
|
|
| `chalkboard` | `dark` | `chalk` |
|
|
| `dark-atmospheric` | `dark` | `digital` |
|
|
| `editorial-infographic` | `cool` | `digital` |
|
|
| `fantasy-animation` | `pastel` | `painterly` |
|
|
| `flat-doodle` | `pastel` | `flat-vector` |
|
|
| `intuition-machine` | `retro` | `digital` |
|
|
| `minimal` | `mono` | `flat-vector` |
|
|
| `nature` | `earth` | `hand-drawn` |
|
|
| `notion` | `mono` | `digital` |
|
|
| `pixel-art` | `vivid` | `pixel` |
|
|
| `playful` | `pastel` | `hand-drawn` |
|
|
| `retro` | `retro` | `digital` |
|
|
| `sketch-notes` | `warm` | `hand-drawn` |
|
|
| `vector-illustration` | `retro` | `flat-vector` |
|
|
| `vintage` | `retro` | `hand-drawn` |
|
|
| `warm` | `warm` | `hand-drawn` |
|
|
| `watercolor` | `earth` | `painterly` |
|
|
|
|
## Override Examples
|
|
|
|
- `--style blueprint --rendering hand-drawn` = cool palette with hand-drawn rendering
|
|
- `--style elegant --palette warm` = warm palette with hand-drawn rendering
|
|
|
|
Explicit `--palette`/`--rendering` flags always override preset values.
|