How to detect what color theme AE is using via script?
I am developing a script for After Effects that launches a small window and lets the user generate various compositions. I want to include a small image of a company logo on the window: One version that works with a light color theme and a different version that works with After Effects’ dark color themes. However, what ExtendScript code can I use to detect the currently active theme (e.g. ‘light’, ‘dark’ or ‘darkest’?)
I’ve scoured forums and Github for answers but I’ve not found anything yet that works.
