You are not logged in.
According to: https://developer.apple.com/documentati … r_your_app
We can specify if our apps are Light/Dark mode via the below (amongst other methods).
NSApp.appearance = NSAppearance(named: .darkAqua)
Can someone help with the syntax for the above in an AppleScriptObjC app?
Last edited by bentoms (2018-10-09 12:29:22 pm)
Offline