Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道您是否可以更改 Adobe 扩展脚本 ScriptUI 下拉列表中特定项目的文本颜色?我知道 Script UI 指南的颜色部分,但是这并没有说明列表项,我偶然尝试了一些东西,但无法找到解决方案。
ScriptUI 在后台转换为 HTML5/CSS。由于 CSS 不向用户公开,因此无法更改任何配色方案。
您可以使用按钮的图像为它们添加颜色,但这不适用于下拉菜单。
我不确定其他 Adobe 程序,但我知道为 After Effects 创建扩展(而不是脚本)是规避此限制的一种方式。