fix(baoyu-image-cards): rename palette Zone labels to prevent text rendering in images

This commit is contained in:
Jim Liu 宝玉 2026-04-09 13:20:14 -05:00
parent eeba585315
commit fe1a854bed
5 changed files with 18 additions and 18 deletions

View File

@ -176,9 +176,9 @@ Optional color override. Replaces style's built-in colors while preserving rende
| Palette | Background | Zone Colors | Accent | Feel | | Palette | Background | Zone Colors | Accent | Feel |
|---------|------------|-------------|--------|------| |---------|------------|-------------|--------|------|
| `macaron` | Warm cream #F5F0E8 | Blue #A8D8EA, Lavender #D5C6E0, Mint #B5E5CF, Peach #F8D5C4 | Coral Red #E8655A | Soft, educational, approachable | | `macaron` | Warm cream #F5F0E8 | Blue #A8D8EA, Lavender #D5C6E0, Mint #B5E5CF, Peach #F8D5C4 | Coral #E8655A | Soft, educational, approachable |
| `warm` | Soft Peach #FFECD2 | Orange #ED8936, Terracotta #C05621, Golden #F6AD55, Rose #D4A09A | Burnt Sienna #A0522D | Cozy, earth tones, no cool colors | | `warm` | Soft Peach #FFECD2 | Orange #ED8936, Terracotta #C05621, Golden #F6AD55, Rose #D4A09A | Sienna #A0522D | Cozy, earth tones, no cool colors |
| `neon` | Dark Purple #1A1025 | Cyan #00F5FF, Magenta #FF00FF, Green #39FF14, Pink #FF6EC7 | Electric Yellow #FFFF00 | High-energy, futuristic | | `neon` | Dark Purple #1A1025 | Cyan #00F5FF, Magenta #FF00FF, Green #39FF14, Pink #FF6EC7 | Yellow #FFFF00 | High-energy, futuristic |
Detailed palette definitions: `references/palettes/<palette>.md` Detailed palette definitions: `references/palettes/<palette>.md`

View File

@ -14,15 +14,15 @@ Soft pastel color blocks on warm cream background. Gentle, approachable, educati
| Background | Warm Cream | #F5F0E8 | Primary background | | Background | Warm Cream | #F5F0E8 | Primary background |
| Text | Deep Charcoal | #2C3E50 | Titles, main content | | Text | Deep Charcoal | #2C3E50 | Titles, main content |
| Secondary Text | Warm Gray | #6B6B6B | Annotations, labels | | Secondary Text | Warm Gray | #6B6B6B | Annotations, labels |
| Zone 1 | Macaron Blue | #A8D8EA | Information blocks | | Block Color | Macaron Blue | #A8D8EA | Content block fill |
| Zone 2 | Macaron Lavender | #D5C6E0 | Information blocks | | Block Color | Macaron Lavender | #D5C6E0 | Content block fill |
| Zone 3 | Macaron Mint | #B5E5CF | Information blocks | | Block Color | Macaron Mint | #B5E5CF | Content block fill |
| Zone 4 | Macaron Peach | #F8D5C4 | Information blocks | | Block Color | Macaron Peach | #F8D5C4 | Content block fill |
| Accent | Coral Red | #E8655A | Emphasis, highlights | | Accent | Coral Red | #E8655A | Emphasis, highlights |
## Semantic Constraint ## Semantic Constraint
Soft pastel macaron color palette. Use zone colors as rounded card backgrounds for distinct information blocks. Accent coral red sparingly for emphasis on key terms only. All colors should feel gentle and approachable — no saturated or neon tones. Soft pastel macaron color palette. Use block colors as rounded card backgrounds for distinct information sections. Accent coral red sparingly for emphasis on key terms only. All colors should feel gentle and approachable — no saturated or neon tones. Do NOT render color names or role labels as visible text in the image.
## Best Paired With ## Best Paired With

View File

@ -14,10 +14,10 @@ Vibrant neon colors on dark background. High-energy, futuristic, eye-catching.
| Background | Dark Purple | #1A1025 | Primary background | | Background | Dark Purple | #1A1025 | Primary background |
| Text | Bright White | #F0F0F0 | Titles, main content | | Text | Bright White | #F0F0F0 | Titles, main content |
| Secondary Text | Light Lavender | #B8B8D4 | Annotations, labels | | Secondary Text | Light Lavender | #B8B8D4 | Annotations, labels |
| Zone 1 | Neon Cyan | #00F5FF | Information blocks | | Block Color | Neon Cyan | #00F5FF | Content block fill |
| Zone 2 | Neon Magenta | #FF00FF | Information blocks | | Block Color | Neon Magenta | #FF00FF | Content block fill |
| Zone 3 | Neon Green | #39FF14 | Information blocks | | Block Color | Neon Green | #39FF14 | Content block fill |
| Zone 4 | Neon Pink | #FF6EC7 | Information blocks | | Block Color | Neon Pink | #FF6EC7 | Content block fill |
| Accent | Electric Yellow | #FFFF00 | Emphasis, highlights | | Accent | Electric Yellow | #FFFF00 | Emphasis, highlights |
## Semantic Constraint ## Semantic Constraint

View File

@ -14,10 +14,10 @@ Warm earth tones on soft peach background. Cozy, inviting, no cool colors.
| Background | Soft Peach | #FFECD2 | Primary background | | Background | Soft Peach | #FFECD2 | Primary background |
| Text | Deep Brown | #744210 | Titles, main content | | Text | Deep Brown | #744210 | Titles, main content |
| Secondary Text | Warm Brown | #9C6644 | Annotations, labels | | Secondary Text | Warm Brown | #9C6644 | Annotations, labels |
| Zone 1 | Warm Orange | #ED8936 | Information blocks | | Block Color | Warm Orange | #ED8936 | Content block fill |
| Zone 2 | Terracotta | #C05621 | Information blocks | | Block Color | Terracotta | #C05621 | Content block fill |
| Zone 3 | Golden Yellow | #F6AD55 | Information blocks | | Block Color | Golden Yellow | #F6AD55 | Content block fill |
| Zone 4 | Dusty Rose | #D4A09A | Information blocks | | Block Color | Dusty Rose | #D4A09A | Content block fill |
| Accent | Burnt Sienna | #A0522D | Emphasis, highlights | | Accent | Burnt Sienna | #A0522D | Emphasis, highlights |
## Semantic Constraint ## Semantic Constraint

View File

@ -42,7 +42,7 @@ When no `--palette` is specified, uses macaron colors: warm cream background (#F
- Hand-drawn wobble on all lines and shapes - Hand-drawn wobble on all lines and shapes
- Simple stick-figure characters at desks, working, thinking - Simple stick-figure characters at desks, working, thinking
- Rounded cards with pastel color blocks as information zones - Rounded cards with pastel color blocks as information sections
- Color fills do NOT completely fill outlines (hand-painted feel) - Color fills do NOT completely fill outlines (hand-painted feel)
- Doodle decorations: small stars, underlines, checkmarks, lock icons, clipboard icons - Doodle decorations: small stars, underlines, checkmarks, lock icons, clipboard icons
- Wavy hand-drawn arrows connecting zones with small text labels - Wavy hand-drawn arrows connecting zones with small text labels
@ -62,7 +62,7 @@ When no `--palette` is specified, uses macaron colors: warm cream background (#F
### Do ### Do
- Maintain slight wobble on every line, shape, and border - Maintain slight wobble on every line, shape, and border
- Use palette zone colors as distinct information block backgrounds - Use palette block colors as distinct section backgrounds
- Leave color fills intentionally incomplete at edges - Leave color fills intentionally incomplete at edges
- Include simple doodle icons relevant to content - Include simple doodle icons relevant to content
- Keep generous whitespace between zones - Keep generous whitespace between zones