---
name: "Style Name"
version: "1.0"

style_prompt_short: >
  One to two sentences capturing the visual essence.

style_prompt_full: >
  Detailed generation prompt. Include specific hex colors, font names,
  layout structure, motion patterns, and overall mood. This is the most
  important field — any AI tool should be able to read this and generate
  consistent visuals.

colors:
  primary:
    - name: "Primary Color Name"
      hex: "#000000"
      role: "how this color is used"
    - name: "Secondary Color Name"
      hex: "#FFFFFF"
      role: "how this color is used"
---
