基于里卡尔多·法尔奇内利《色彩:颜色如何改变我们的视觉》(Cromorama)提炼的 Codex Skill。它不提供“万能配色公式”,而是要求结合对象、媒介、观看条件、文化语境和实际画面,经过三轮判断形成可解释、可验证的配色逻辑。
本项目是独立的学习与方法提炼项目,与作者、译者及出版社无关联。仓库不包含原书 PDF、图片、OCR 全文或大段摘录。书籍内容版权归原权利人所有,建议购买并阅读正版书籍。
- 解释:分析同时对比、色彩恒常性、明度、面积、材料和媒介等现象。
- 诊断:定位配色问题来自明度、邻色、面积、边界、层级、序列、媒介还是文化假设。
- 设计:先定义颜色角色,再提出候选配色逻辑,而不是从情绪词直接跳到 HEX。
- 验证:把颜色放回真实构图和使用条件中,主动尝试推翻候选方案。
| 轮次 | 判断内容 | 关键要求 |
|---|---|---|
| Round 1 | 语境与角色 | 明确对象、受众、任务、媒介、环境、面积、状态和非颜色信息通道 |
| Round 2 | 感知与关系 | 依次判断明度、邻接、边界、面积、注意力、色相、饱和度、序列和文化惯例 |
| Round 3 | 实景证伪 | 在代表性画面、尺寸、设备、材料或打样中取得实际观察证据 |
每轮只能标记为:
PASS:所需输入或观察证据真实存在,或关键假设已由用户确认。BLOCKED:缺少可能改变结论的重要事实;可以继续探索,但不能定稿。FAIL:现有证据否定候选逻辑,必须修正后再继续。
仅列出未来测试计划不算完成 Round 3。缺少实景证据时,Skill 只能输出候选方案。
git clone https://github.com/jieChris/analyze-color-in-context.git \
~/.codex/skills/analyze-color-in-context重新打开 Codex 会话后,Skill 可被自动触发,也可以显式调用:
使用 $analyze-color-in-context 分析这套配色,并完成三轮判断。
使用 $analyze-color-in-context:
这套界面需要区分普通、提醒和严重状态。
目标是夜间长时间使用,目前只有静态截图。
请先判断现有信息是否足够,再提出候选配色逻辑。
Skill 会区分三类证据:
BOOK:能够回指书中章节和印刷页码的观点。INFERENCE:根据书中原则形成的场景化推论。TEST:通过测量、渲染、打样、原型或用户测试获得的结论。
analyze-color-in-context/
├── SKILL.md
├── agents/
│ └── openai.yaml
└── references/
├── book-framework.md
├── chapter-map.md
└── evaluation-cases.md
SKILL.md:核心行为、三轮门禁与输出约束。book-framework.md:全书理论框架和可操作原则。chapter-map.md:章节、页码与主要论点的证据索引。evaluation-cases.md:用于回归验证的八类真实场景。
- 关系先于孤立色值。
- 明度结构先于色相表达。
- 功能角色先于象征意义。
- 面积、边界、材料、光照和持续时间都是颜色的一部分。
- RGB、CMYK、色轮与和谐模型是特定工具,不是自然定律。
- 屏幕与印刷不能通过复制数值获得相同外观。
- 重要信息不能只依赖颜色。
- 未经过实际场景验证的配色不能宣称已经定稿。
本 Skill 是色彩推理方法,不是无障碍标准、色彩管理规范、医疗或安全法规。实际项目仍需结合适用标准、设备测量、材料打样和用户测试。外部标准或测量结果应标记为 TEST,不能冒充书中观点。
本仓库原创内容采用 MIT License 开源。MIT License 仅覆盖本仓库中的原创代码、说明和方法表达,不授予对 Cromorama、《色彩:颜色如何改变我们的视觉》或其他第三方材料的任何权利。
analyze-color-in-context is a Codex Skill distilled from the color reasoning presented in Riccardo Falcinelli's Cromorama. It treats color as a contextual relationship shaped by perception, material, medium, area, adjacency, history, language, culture, and use.
Instead of promising a universally correct palette, the Skill enforces three judgment gates:
- Context and role: define the object, audience, task, medium, environment, hierarchy, and semantic roles.
- Perception and relationships: evaluate value, adjacency, boundaries, area, attention, hue, chroma, sequence, and convention.
- In-situ falsification: test the candidate in a representative artifact, device, material, or viewing condition.
Each round is marked PASS, BLOCKED, or FAIL. Without observed in-situ evidence, the result remains a candidate rather than a finalized palette.
Install it with:
git clone https://github.com/jieChris/analyze-color-in-context.git \
~/.codex/skills/analyze-color-in-contextThis is an independent educational project and is not affiliated with the author, translator, or publisher. It does not include the source book, scans, images, or full OCR text. Original repository content is licensed under MIT; all third-party rights remain with their respective owners.