I am developing a desktop application in which I want to change the color of the title bar of an NSWindow. How exactly can I do this?
To change the color of the window's toolbar:
[window setBackgroundColor: MyCustomColor];