Palette Override: macaron
【免费下载链接】baoyu-skills项目地址: https://gitcode.com/gh_mirrors/ba/baoyu-skills
Background: Warm cream (#F5F0E8)
Colors:
- Text: Deep charcoal (#2C3E50)
- Secondary: Warm gray (#6B6B6B)
- Zone 1: Macaron blue (#A8D8EA)
- Zone 2: Macaron lavender (#D5C6E0)
- Zone 3: Macaron mint (#B5E5CF)
- Zone 4: Macaron peach (#F8D5C4)
- Accent: Coral red (#E8655A)
Constraint: 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.
覆盖规则的执行细节(来自 prompt-assembly.md 的 Override rules): 1. 配色的背景**替换**风格的背景色,但保留风格的纹理描述(如纸纹); 2. 配色色表**整体替换**风格自带的 Color Palette 段; 3. 配色的语义约束**追加**到风格段落之后; 4. 未传 `--palette` 且风格声明了 `default_palette` → 加载该默认配色; 5. 未传 `--palette` 且风格无 `default_palette` → 使用风格内置颜色; 6. **显式 `--palette` 永远覆盖**风格的 `default_palette`。 这意味着 Macaron 可以自由叠加在 notion、chalkboard、warm、fresh 等任意风格上——只要渲染规则允许,颜色层即被整体替换。 ## 五、Macaron 的最佳搭配风格与预设组合 ### 5.1 最佳搭配清单(原文档完整继承) [macaron.md](https://link.gitcode.com/i/0b0d0f19ea453b5c21ea3c9301c6d54f) 末尾给出了五个推荐搭配: | 风格 | 搭配理由 | |------|----------| | `sketch-notes` | 手绘教育内容的天然后配(Macaron 正是其默认配色) | | `notion` | 马卡龙点缀可以柔化黑白极简美学 | | `chalkboard` | 粉彩蜡笔色调替代标准粉笔色 | | `warm` | 强化温馨、友好的氛围 | | `fresh` | 呼应干净、自然的审美 | ### 5.2 三个内置 Macaron 预设 在 [style-presets.md](https://link.gitcode.com/i/7a2c6a8c25afc3907ca7c4602702f88e) 中,有三个预设直接绑定 Macaron 配色,均落在 `sketch-notes` 风格之下: | 预设 | 风格 | 布局 | 配色 | |------|------|------|------| | `hand-drawn-edu` | sketch-notes | flow | `macaron` | | `sketch-card` | sketch-notes | dense | `macaron` | | `sketch-summary` | sketch-notes | balanced | `macaron` | 覆盖示例:`--preset hand-drawn-edu --palette warm` 会保留 sketch-notes 风格与 flow 布局,但把配色从 Macaron 换成 warm 大地色系。 ### 5.3 sketch-notes 风格如何与 Macaron 协同 [sketch-notes.md](https://link.gitcode.com/i/633785ffd6ade2d7b05ea3b932ec5a16) 的前置元数据明确声明 `default_palette: macaron`,其元素组合(Element Combination)对 Macaron 的落地做了配套定义: ```yaml canvas: ratio: portrait-3-4 grid: single | dual typography: decorated: handwritten tags: rounded-badge decorations: background: paper-texture doodles: hand-drawn-lines | stars-sparkles | arrows-curvy | squiggles frames: rounded-rect关键点:色块填充不填满轮廓线(保留手绘留白感)、所有线条保持手写抖动、使用蜡笔粉彩块作为分区背景、珊瑚红只用于强调关键词。这些规则与 Macaron 的语义约束一一咬合。
六、实战:用 Macaron 生成小红书图片卡片系列
6.1 直接指定配色
# 手绘风格 + 马卡龙配色,3:4 竖版卡片系列 --style sketch-notes --layout flow --palette macaron # notion 知识卡片 + 马卡龙柔化 --style notion --layout dense --palette macaron # 一步到位:使用内置预设(风格+布局+配色三合一) --preset sketch-card # sketch-notes + dense + macaron --preset hand-drawn-edu # sketch-notes + flow + macaron --preset sketch-summary # sketch-notes + balanced + macaron【免费下载链接】baoyu-skills项目地址: https://gitcode.com/gh_mirrors/ba/baoyu-skills
创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考