Looking for AppleScript to change color setting in InDesign



I am looking for a way to change color setting of an InDesign document using AppleScript. I want to make sure the color setting is changed to “North America General Purpose 2”. Any help would be appreciated. Thanks.

tell application "Adobe InDesign 2024"
set CMS settings of color settings to "North America General Purpose 2"
end tell

That worked. Thank you, @leo_r

1 Like